Hello, does pinot have support for ingesting avro ...
# general
p
Hello, does pinot have support for ingesting avro kafka messages? Is it in the roadmap?
b
There seems to be two Kafka Avro message decoders in the codebase that I think you can use "org.apache.pinot.plugin.inputformat.avro.KafkaAvroMessageDecoder" and "org.apache.pinot.plugin.inputformat.avro.confluent.KafkaConfluentSchemaRegistryAvroMessageDecoder"
1
p
This is enough to try out, thank you Bruce!
m
Yes, Pinot supports KafkaAvro (including confluent version), as well as SimpleAvro ingestion
c
Hi folks, what is the proper way of configuring confluent schema registry using avro and basic auth?
Thanks in advance