elonazoulay commented on a change in pull request #4973: Add confluent schema registry message decoder URL: https://github.com/apache/incubator-pinot/pull/4973#discussion_r384837527
########## File path: docs/pluggable_streams.rst ########## @@ -230,6 +230,42 @@ Please note: #. Config ``stream.kafka.consumer.type`` should be specified as ``LowLevel`` to use partition level consumer. (The use of ``simple`` instead of ``LowLevel`` is deprecated) #. Configs ``stream.kafka.zk.broker.url`` and ``stream.kafka.broker.list`` are required under ``tableIndexConfig.streamConfigs`` to provide kafka related information. +Here is another example which is used to read avro messages using the schema id from confluent schema registry. Review comment: Will do this shortly, thanks! ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
