Answers for "kafkacat receive message"

1

kafkacat receive message

kafkacat -b localhost:9092 -t new_topic -C
Posted by: Guest on March-30-2021
1

kafkacat send message

kafkacat -b localhost:9092 -t new_topic -P test.txt
Posted by: Guest on March-30-2021

Browse Popular Code Answers by Language