Streaming
Last updated
Was this helpful?
Last updated
Was this helpful?
Note
This section is a pre-read if you are planning to develop plug-ins for streams other than Kafka. Pinot supports Kafka out of the box.
Prior to commit , Pinot was only able to support consuming from stream.
Pinot now enables its users to write plug-ins to consume from pub-sub streams other than Kafka. (Please refer to )
Some of the streams for which plug-ins can be added are:
You may encounter some limitations either in Pinot or in the stream system while developing plug-ins. Please feel free to get in touch with us when you start writing a stream plug-in, and we can help you out. We are open to receiving PRs in order to improve these abstractions if they do not work for a certain stream implementation.
Refer to for details on how Pinot consumes streaming data.