projects
/
demos
/
kafka
/
training
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a867af8
)
Vergeblicher Versuch, sicher zu stellen, dass das Topic bereit ist
author
Kai Moritz
<kai@juplo.de>
Mon, 8 Aug 2022 21:26:34 +0000
(23:26 +0200)
committer
Kai Moritz
<kai@juplo.de>
Mon, 8 Aug 2022 21:26:34 +0000
(23:26 +0200)
docker-compose.yml
patch
|
blob
|
history
diff --git
a/docker-compose.yml
b/docker-compose.yml
index
3c8ccf4
..
f3614d5
100644
(file)
--- a/
docker-compose.yml
+++ b/
docker-compose.yml
@@
-70,6
+70,8
@@
services:
kafka-topics --bootstrap-server kafka-1:9092 --describe --topic test
kafka-topics --bootstrap-server kafka-2:9092 --describe --topic test
kafka-topics --bootstrap-server kafka-3:9092 --describe --topic test
+ kafka-topics --bootstrap-server kafka:9092 --describe --topic test | kafkacat -P -b kafka:9092 -t test -X acks=all
+ kafkacat -C -b kafka:9092 -t test -o 0 -e
"
cli: