Let's say topics mongo.somedb_0.bbbmongo.somedb_1.bbb existed before consumer.subscribe is called. It can consume message on mongo.somedb_0.bbbmongo.somedb_1.bbb, but not any other topic that's created and matches the regex after subscribe is called. What option am I missing?
I'm subscribing to topics like this:
Let's say topics
mongo.somedb_0.bbb
mongo.somedb_1.bbb
existed beforeconsumer.subscribe
is called. It can consume message onmongo.somedb_0.bbb
mongo.somedb_1.bbb
, but not any other topic that's created and matches the regex after subscribe is called. What option am I missing?