Unable to use kafka topics that are avro encoded
See original GitHub issueAre there any plans to allow prestodb to support kafka topics that are avro encoded? These are topics where from the commandline you need to use the kafka-avro-console-consumer
rather than the kafka-console-consumer
.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:4
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Unable to read Kafka topic avro messages - Stack Overflow
Tried consuming events using the kafka-avro-standalone-consumer but it threw an ArrayIndexOutOfBoundsException too. So, my guess is that the ...
Read more >Avro Schema Serializer and Deserializer
This document describes how to use Avro schemas with the Apache Kafka® Java ... When sending a message to a topic t, the...
Read more >Kafka 1.1 Documentation
The Kafka cluster stores streams of records in categories called topics. ... However, the broker can't use zero-copy transfer in this case.
Read more >debugging KafkaAvroSerializer messages (using Schema ...
debugging KafkaAvroSerializer messages (using Schema Registry) sent to a kafka ... but they are avro-encoded lines, so can't be sure they are as...
Read more >Integrating with AWS Glue Schema Registry
The examples in these section show a schema with AVRO data format. ... The consumer reading from the Amazon MSK or Apache Kafka...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
#11108
Regarding the use of
kafka-avro-console-consumer
, I mentioned that in #11354