In Druid 32.0.0, when using topicPattern to ingest from Kafka topics whose names contain dots (e.g., abc.context.topic-name1), the error No partitions found for topics that match given pattern occurs. Multiple pattern formats have been tried (with/without escaping dots, regex wildcards, alternations), all failing. Directly specifying full topic names in the topic field works fine. This appears to be a bug in pattern matching for topic names with special characters
In Druid 32.0.0, when using topicPattern to ingest from Kafka topics whose names contain dots (e.g., abc.context.topic-name1), the error No partitions found for topics that match given pattern occurs. Multiple pattern formats have been tried (with/without escaping dots, regex wildcards, alternations), all failing. Directly specifying full topic names in the topic field works fine. This appears to be a bug in pattern matching for topic names with special characters