DEV Community

Discussion on: Learn how to use Kafkacat – the most versatile Kafka CLI client

Collapse
 
bahekar profile image
bahekar

HI i am trying to copy data from 1 topic to another topic ,but its not working
this is the command i am using.
sudo docker run --rm --network=host edenhill/kafkacat:1.5.0 \
kafkacat -C -b broker -t 302008 -e | \
kafkacat -b broker -t 301039load

its gave below error:

-bash: kafkacat: command not found
% Reached end of topic 302008 [0] at offset 18: exiting