kfaraz commented on code in PR #17955: URL: https://github.com/apache/druid/pull/17955#discussion_r2065399895
########## docs/ingestion/kafka-ingestion.md: ########## @@ -134,6 +134,12 @@ If you enable multi-topic ingestion for a datasource, downgrading to a version o 28.0.0 will cause the ingestion for that datasource to fail. ::: +:::info +Migrating an existing supervisor to use `topicPattern` instead of `topic` is not supported. It is also not supported to change the `topicPattern` of an existing supervisor to a different regex pattern. Review Comment: Thanks for adding this. Maybe you can put it in a list format for better readability like ``` The following updates to a supervisor spec are not supported: - item 1 - item 2 - item 3 Follow these steps instead: - Step 1 - Step 2 ``` -- 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]
