monix/monix-kafka

Subscribing to topics regex support

lewapek opened this issue · 0 comments

It seems like java consumer API has the option to pass regex as topics to subscribe to.
It would be nice to support this in monix. The simpliest solution is probably adding new methods to KafkaConsumerObservable.
I will come up with PR soon