Raman Gupta created KAFKA-8789:
----------------------------------
Summary: kafka-avro-console-consumer works with confluent 5.0.3,
but not 5.3.0
Key: KAFKA-8789
URL: https://issues.apache.org/jira/browse/KAFKA-8789
Project: Kafka
Issue Type: Bug
Components: tools
Affects Versions: 2.3.0
Reporter: Raman Gupta
I have a topic with about 20,000 events in it. When I run the following tools
command using
bin/kafka-avro-console-consumer \
--bootstrap-server $KAFKA --property schema.registry.url=$SCHEMAREGISTRY \
--topic $TOPICPREFIX-user-clickstream-events-ui-v2 \
--from-beginning --max-messages 100 \
--isolation-level read_committed --skip-message-on-error \
--timeout-ms 15000
I get 100 messages
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)