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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,3 +174,17 @@ A: yes. This is for testing only!!! Reduce the KAFKA_LOG_SEGMENT_BYTES to 16MB a
174
174
KAFKA_LOG_SEGMENT_BYTES: 16777216
175
175
KAFKA_LOG_RETENTION_BYTES: 134217728
176
176
```
177
+
178
+
**Q: How do I expose kafka?**
179
+
180
+
A: Incase you want to expose kafka , you must set ```KAFKA_ADVERTISED_LISTENERS``` to the IP of the machine so that kafka is externally accessible. To achieve this you can set ```LISTENER_DOCKER_EXTERNAL``` to the IP of the machine.
181
+
Say IP is ```50.10.2.3```, follow the sample mapping below:
0 commit comments