This is not possible at the moment. However, depending on your use case, you might be able to leverage regex topic subscriptions (think: "b*" to read from all topics starting with letter `b`).
On Wed, Nov 9, 2016 at 10:56 AM, Timur Yusupov <[email protected]> wrote: > Hello, > > In our system it is possible to add/remove topics in runtime and we are > trying to use KafkaStreams for incoming messages processing. > > It is possible to resubscribe KafkaStreams instance to updated set of > topics? > > For now I see the only way is to shutdown exiting KafkaStreams instance and > start a new one, but sometimes that takes up to 30-40 seconds... > > Thanks, Timur. >
