We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3da6e4 commit 717d181Copy full SHA for 717d181
README.md
@@ -160,7 +160,7 @@ A: yes. Say you want to change `kafka1` port to `12345` (only relevant lines are
160
KAFKA_ADVERTISED_LISTENERS: LISTENER_DOCKER_INTERNAL://kafka1:19092,LISTENER_DOCKER_EXTERNAL://${DOCKER_HOST_IP:-127.0.0.1}:12345
161
```
162
163
-**Q: Kafka is using a lot of disk space for testing. Can I reduce it?
+**Q: Kafka is using a lot of disk space for testing. Can I reduce it?**
164
165
A: yes. This is for testing only!!! Reduce the KAFKA_LOG_SEGMENT_BYTES to 16MB and the KAFKA_LOG_RETENTION_BYTES to 128MB
166
0 commit comments