navina commented on issue #10903: URL: https://github.com/apache/pinot/issues/10903#issuecomment-1659298974
> In fact, we use nsq as the message middleware, and compress multi-line data to improve data transmission throughput This is the first time I am hearing about nsq. Are you using kafka connector to consume from nsq? is nsq kafka client compatible? In short, if nsq is kafka client compatible, then we can potentially explore and see if we can leverage the `$MULTIPLE_RECORD_KEYS` feature in the transformer pipeline to convert multi-line data into multi-records. But the kafka connector that exists today doesn't support it. Alternatively, if nsq is not kafka client compatible, then the best option would be to write its own connector for pinot stream ingestion. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
