abhishekagarwal87 commented on PR #14424:
URL: https://github.com/apache/druid/pull/14424#issuecomment-1665530127
@vogievetsky - Two reasons why I don't want that to be an array like
- the `stream` string itself is used in various places outside the kafka
extension. If I make that an array, it will require a lot more refactoring.
- I believe that in the future, people will want functionality where stream
can be a regex. It will be useful so that folks don't need to modify ingestion
spec if a new topic is added. Users will just say ingest all topics matching
(metrics-*) pattern. So it could be metrics-aws-data-centre-1,
metrics-gcp-datacentre-2, etc.
--
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]