Confluent-kafka-dotnet: will .net library support wildcard topic name?

Created on 27 Jun 2017  路  2Comments  路  Source: confluentinc/confluent-kafka-dotnet

Description

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?

Checklist

Please provide the following information:

  • [x] Confluent.Kafka nuget version: 0.9.5
  • [x] Operating system: windows 10

    • [x] Critical issue: no

    • [ ] Apache Kafka version:

  • [ ] Client configuration:

    • [ ] Provide logs (with "debug" : "..." as necessary in configuration)

  • [ ] Provide broker log excerpts
question

Most helpful comment

Yes, for Subscribe() you may prefix the topic name with "^" to turn on regex matching.

All 2 comments

Yes, for Subscribe() you may prefix the topic name with "^" to turn on regex matching.

thanks a lot!

Was this page helpful?
0 / 5 - 0 ratings