KKcorps opened a new pull request, #9220: URL: https://github.com/apache/pinot/pull/9220
Currently, the protocol buffer decoder for realtime data only supports file descriptors. This PR adds support for Confluent Kafka Schema Registry as well. You can set the following options to read schema from the registry ```json "stream.kafka.decoder.class.name": "org.apache.pinot.plugin.inputformat.protobuf.KafkaConfluentSchemaRegistryProtoBufMessageDecoder", "stream.kafka.decoder.prop.schema.registry.rest.url": "http://localhost:2222/schemaRegistry", "stream.kafka.cached.schema.map.capacity": 1000 ``` **Prerequisite** The messages in the kafka topic should be serialized using `io.confluent.kafka.serializers.protobuf.KafkaProtobufSerializer` for the decoder to work correctly -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org