Skip to content

Instantly share code, notes, and snippets.

@nuria
Last active June 30, 2021 16:37
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
kafkacat auth and hexdump
kafkacat -F ./kafkacat.auth -p 0 -t postgres.public.activities -o 31992 -u -c1 | hexdump -C
sasl.username=
sasl.password=
sasl.mechanisms=PLAIN
# Required for correctness in Apache Kafka clients prior to 2.6
#client.dns.lookup=use_all_dns_ips
# Best practice for Kafka producer to prevent data loss
acks=all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment