зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +02:00
14 строки
517 B
Plaintext
14 строки
517 B
Plaintext
https://github.com/edenhill/kcat
|
|
no means to reset offsets
|
|
|
|
https://codingharbour.com/kafkacat-cheatsheet/
|
|
https://codingharbour.com/apache-kafka/learn-how-to-use-kafkacat-the-most-versatile-cli-client/
|
|
|
|
2018
|
|
https://rmoff.net/2018/08/02/kafka-listeners-explained/
|
|
|
|
docker run --rm --network=host edenhill/kafkacat:1.5.0 kafkacat -b localhost:29092 -L
|
|
-b $HOST_PORT
|
|
-L list
|
|
# -X sasl.username= -X sasl.password= -X security.protocol=SASL_SSL -X sasl.mechanisms=SCRAM-SHA-512 -X ssl.ca.location=~/.kafka/root.crt
|