0xShubhamSolanki commented on issue #16314: URL: https://github.com/apache/pinot/issues/16314#issuecomment-3304473504
I'm working on a fix for this issue using a thread-safe KafkaConsumer wrapper with ReentrantLock synchronization. Plan: - Create `ThreadSafeKafkaConsumer` wrapper class - Update `KafkaStreamMetadataProvider` to use wrapper - Modify `RealtimeSegmentDataManager` for safe offset fetching Timeline: PR will be in next 3-4 days Will submit PR #16314 soon. Any specific requirements or concerns? @Jackie-Jiang -- 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]
