segmentio / kafka-go

Kafka library in Go
MIT License
7.3k stars 760 forks source link

Subscribe topic on demand #1266

Open manang opened 4 months ago

manang commented 4 months ago

Is there a way to subscribe a topic on demand? I want to subscribe to a new topic without any "regex" correlation with the initial topic.

In the case i subscribe to a regex, is this library able t understand that there is a new topic? Thanks a lot Angelo