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
* zookeeper 3.4.14 and cp kafka 6.2.1
* test by adding ensure
* attempt at fixing dub
* added user to volume
* applied fixes to volumes
* final updates
* test user
* test new ZK image
* added container_name
* removed volumes
* migrate to confluent inc
* fixed fullstack
- (experimental) JMX port at `$DOCKER_HOST_IP:9999`
@@ -153,7 +129,7 @@ A: Add the following line to your docker-compose environment variables: `KAFKA_L
153
129
154
130
**Q: How do I delete data to start fresh?**
155
131
156
-
A: Your data is persisted from within the docker compose folder, so if you want for example to reset the data in the full-stack docker compose, first do a `docker-compose -f full-stack.yml down`, then remove the directory `full-stack`, for example by doing `rm -r -f full-stack`.
132
+
A: Your data is persisted from within the docker compose folder, so if you want for example to reset the data in the full-stack docker compose, do a `docker-compose -f full-stack.yml down`.
157
133
158
134
**Q: Can I change the zookeeper ports?**
159
135
@@ -175,7 +151,7 @@ A: yes. Say you want to change `zoo1` port to `12181` (only relevant lines are s
175
151
A: yes. Say you want to change `kafka1` port to `12345` (only relevant lines are shown). Note only `LISTENER_DOCKER_EXTERNAL` changes:
176
152
```
177
153
kafka1:
178
-
image: confluentinc/cp-kafka:5.5.1
154
+
image: confluentinc/cp-kafka:6.2.1
179
155
hostname: kafka1
180
156
ports:
181
157
- "12345:12345"
@@ -189,7 +165,7 @@ A: yes. This is for testing only!!! Reduce the KAFKA_LOG_SEGMENT_BYTES to 16MB a
189
165
190
166
```
191
167
kafka1:
192
-
image: confluentinc/cp-kafka:5.5.1
168
+
image: confluentinc/cp-kafka:6.2.1
193
169
...
194
170
environment:
195
171
...
@@ -205,7 +181,7 @@ For example, if the IP of your machine is `50.10.2.3`, follow the sample mapping
0 commit comments