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 be79350 commit 2876f39Copy full SHA for 2876f39
README.md
@@ -27,7 +27,7 @@ Ex:`dataDir=/home/user/tmp/zookeeper`
27
broker.id=1 #unique id for our broker instance
28
port=9092 #port where it listens
29
delete.topic.enable=true #if we want to delete kafka topic stored in broker
30
-log.dirs=/home/neoito/kafka-logs/01 #to a place thats not volatile
+log.dirs=/home/thatcoder/kafka-logs/01 #to a place thats not volatile
31
advertised.host.name=10.0.0.81 #prevents leader not found error when connecting from remote machine
32
```
33
0 commit comments