You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ So, we need to add a DIGEST authentication layer to Zookeeper (doesn’t support
78
78
79
79
Follow the [security section documentation](SECURITY.md)
80
80
81
-
## 5- Sourcing
81
+
## 6- Sourcing
82
82
* Zookeeper Docker image : we use the [kubernetes-zookeeper @kow3ns](https://github.com/kow3ns/kubernetes-zookeeper) as base image with 2 modifications:
83
83
* Add JVM flags to be injected in Java environment file [@see start-zookeeper.sh](zookeeper/docker/scripts/start-zookeeper)
84
84
```bash
@@ -104,7 +104,7 @@ Follow the [security section documentation](SECURITY.md)
104
104
fi
105
105
```
106
106
107
-
## 6- Tips
107
+
## 7- Tips
108
108
* For debugging, you can bypass the Kafka broker for topics management (kafka and ZooKeeper helpers script) :
0 commit comments