abhishekagarwal87 commented on code in PR #14828: URL: https://github.com/apache/druid/pull/14828#discussion_r1295430948
########## docs/development/extensions-core/kafka-supervisor-reference.md: ########## @@ -37,7 +37,7 @@ This topic contains configuration reference information for the Apache Kafka sup |Field|Type|Description|Required| |-----|----|-----------|--------| -|`topic`|String|The Kafka topic to read from. Must be a specific topic. Topic patterns are not supported.|yes| +|`topic`|String|The Kafka topic to read from. Must be a specific topic. Topic patterns are supported if `multiTopic` is enabled.|yes| Review Comment: rephrasing it a bit more The `topic` is interpreted differently depending on whether the multi-topic ingestion (link-to-anchor for multi-topic) is enabled or not. If multi-topic ingestion is enabled, `topic` represents a regular expression that can match several topics. Check (link-to-anchor) for more details. If multi-topic ingestion is not enabled, topic is considered a single kafka topic to read from. -- 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]
