Skip to content

Commit 6b3e5af

Browse files
authored
formatting
1 parent 29a1ae3 commit 6b3e5af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,15 @@ docker-compose -f zk-multiple-kafka-multiple.yml down
117117

118118
## Kafka
119119

120-
Q: Kafka's log is too verbose, how can I reduce it?
120+
**Q: Kafka's log is too verbose, how can I reduce it?**
121121

122122
A: Add the following line to your docker-compose environment variables: `KAFKA_LOG4J_LOGGERS: "kafka.controller=INFO,kafka.producer.async.DefaultEventHandler=INFO,state.change.logger=INFO"`. Full logging control can be accessed here: https://github.com/confluentinc/cp-docker-images/blob/master/debian/kafka/include/etc/confluent/docker/log4j.properties.template
123123

124-
Q: How do I delete data to start fresh?
124+
**Q: How do I delete data to start fresh?**
125125

126126
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`.
127127

128-
Q: Can I change the zookeeper ports?
128+
**Q: Can I change the zookeeper ports?**
129129

130130
A: yes. Say you want to change `zoo1` port to `12181` (only relevant lines are shown):
131131
```
@@ -140,7 +140,7 @@ A: yes. Say you want to change `zoo1` port to `12181` (only relevant lines are s
140140
KAFKA_ZOOKEEPER_CONNECT: "zoo1:12181"
141141
```
142142

143-
Q: Can I change the Kafka ports?
143+
**Q: Can I change the Kafka ports?**
144144

145145
A: yes. Say you want to change `kafka1` port to `12345` (only relevant lines are shown). Note only `LISTENER_DOCKER_EXTERNAL` changes:
146146
```

0 commit comments

Comments
 (0)