Re: Incremental topic subscription

2020-03-12 Thread Pedro Cardoso
Hello, Does anyone have insight into this? Does Kafka support incremental topic subscription and unsubscription? This question is in the context of the latest Kafka version (2.4.0). Thank you. Pedro Cardoso Research Data Engineer pedro.card...@feedzai.com [image: Follow Feedzai on

Incremental topic subscription

2020-03-04 Thread Pedro Cardoso
Hello, Does the KafkaConsumer subscribe methods allow for incremental topic subscriptions? By incremental I mean that only the added and removed topics and subscribed/unsubscribes respectively and the other topics are not unsubscribed and subscribed back. >From the javadoc API on the subscribe m