kafkacat auth and hexdump
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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