Jianbin Wei
Jianbin Wei
Any update on this? I saw it is postponed multiple times.
In our use case we are trying to produce to/consume from thousands topics at the same time. Without this feature, it would have big performance impact on our system. Is...
Just notice that Kafka consumer in 0.9.0 > Each Kafka consumer is able to configure a consumer group that it belongs to, and can dynamically set the list of topics...
@emmett9001 one thing to note from your comment is that this subscribe can be dynamic. It means a pattern. Say it subscribe "topic-test*" and all **existing** and **future** topics starts...
Following are my thoughts after quick reading of java client and my experience on writing a wrapper to implement the idea of dynamically producing/consuming from topics. Here I only comment...