Hi,

bin/kafka-console-consumer.sh --.....
>
> all the parameters are the same
>

 You need to set same group.id to create a consumer group. By default
console consumer creates a random group.id.
 You can set group.id by using " --consumer.config /tmp/comsumer.props"
flag.

  $$>echo "group.id=1" > /tmp/consumer.props

Reply via email to