Hi, Team, a streaming app often does the following:
1. Read local files using flume into kafka
2. Do ETL transformation from kafka topic using flink
3. Pull data from flink into Linkedin's Pinot
So, I am not doing direct map from kafka to pinot table just like
https://docs.pinot.apache.org/basics/data-import/pinot-stream-ingestion , any suggestion or example can help me, thanks!