abhishekrb19 commented on issue #18008: URL: https://github.com/apache/druid/issues/18008#issuecomment-2892540567
I had a similar thought - I was wondering if it would be possible to have **multiple supervisors** ingest into the same Druid datasource. That way, we could scale independently, configure separate consumerProperties for different clusters, etc. One current limitation is that the streaming supervisor’s ID is [tied](https://github.com/apache/druid/blob/master/indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/SeekableStreamSupervisorSpec.java#L156) to the datasource name. If we could relax and make the supervisorID be unique in a backwards-compatible way, I think this could potentially work. I haven’t fully thought through the implications of this design, I’d imagine the real-time query logic would need some changes - but it’s something I thought might be worth considering as a design. -- 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]
