I am writing Kafka Streams implementation (1.0.0), for which I have 2 input 
streams.
Is it possible to have different subscriber IDs for these 2 streams.
I see only one place where subscriber’s ID can be specified:

streamsConfiguration.put(StreamsConfig.CLIENT_ID_CONFIG, 
ApplicationKafkaParameters.DATA_GROUP);
And it does not seem like either Topology or DSL APIs allow to overwrite it 
during Stream creation.

Thanks for the help

Boris Lublinsky
FDP Architect
boris.lublin...@lightbend.com
https://www.lightbend.com/

Reply via email to