Thank you guys for providing kafka .net library.
I want to subscribe several topics with pattern 'binlog-*', however, it seems .net library doesn't support wildcard topic name, also i didn't find method to get topic list.
Is there a way for me to get topic list by pattern?
Please provide the following information:
Yes, for Subscribe() you may prefix the topic name with "^" to turn on regex matching.
thanks a lot!
Most helpful comment
Yes, for Subscribe() you may prefix the topic name with "^" to turn on regex matching.