Closed mann2108 closed 2 years ago
This issue has been automatically marked as stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 30 days
topics
of in_kafka doesn't support glob or regexp, it supports only comma separated topic list:
https://github.com/fluent/fluent-plugin-kafka/blob/00086cc40fb79003bf602d33f7eb572e84cb24c9/lib/fluent/plugin/in_kafka.rb#L80-L84
Describe the bug
I have configure the kafka input with multiple topics with the help of regex pattern -
For matching all topics with name - cust1_firewall, cust2_firewall and so on.
To Reproduce
Use regex pattern for mentioning topics name. Ex. - /*_firewall/
Expected behavior
It should work properly without any error.
Your Environment
Your Configuration
Your Error Log
Additional context
No response