https://pinot.apache.org/ logo
#general
Title
# general
p

Pedro Silva

07/16/2021, 10:54 AM
Hello, does pinot have support for ingesting avro kafka messages? Is it in the roadmap?
b

Bruce Ritchie

07/16/2021, 1:41 PM
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

Pedro Silva

07/16/2021, 1:42 PM
This is enough to try out, thank you Bruce!
m

Mayank

07/16/2021, 5:14 PM
Yes, Pinot supports KafkaAvro (including confluent version), as well as SimpleAvro ingestion
c

Carlos Domínguez

07/23/2021, 1:51 PM
Hi folks, what is the proper way of configuring confluent schema registry using avro and basic auth?
Thanks in advance