Join Slack
Powered by
Hey Everyone! Just getting started with Pinot. Is ...
# general
m
Mohit S
07/22/2022, 11:05 AM
Hey Everyone! Just getting started with Pinot. Is there any example on how to use custom decoder during stream ingestion? I am following this example
https://docs.pinot.apache.org/basics/getting-started/pushing-your-streaming-data-to-pinot
. My data is in custom binary format. Looks like I have to implement
org.apache.pinot.spi.stream.StreamMessageDecoder
. Any reference code example would be helpful?
m
Mayank
07/22/2022, 5:57 PM
You could look at the exiting ones that are implemented in the code base.
Open in Slack
Previous
Next