KKcorps opened a new pull request #7021: URL: https://github.com/apache/incubator-pinot/pull/7021
Currently, JSONDecoder for realtime data is present in KafkaJSONMessageDecoder class. However, with new realtime integrations of Kinesis and Pulsar in the pipeline, it doesn't make sense to import kafka-base and use this class for decoding. The PR moves the decoder to pinot-json package where it should rightfully reside. The KafkaJSONMessageDecoder has been kept as an empty implementation of the new decoder so that it doesn't cause any issues for devs updating the Kafka plugin. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
