Created
June 20, 2022 08:04
-
-
Save srimaln91/e28f33e232bc689bb80fa123c922c3d3 to your computer and use it in GitHub Desktop.
Apache Kafka - Producng Tombstone record using KafkaCat
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
echo "key:" | kafkacat -b <broker1,broker2> -t <topic> -p <partition> -Z -K: -e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment