Hi everyone,
I'm currently working with NK0.2.2, and I write my API in Java.
I would like to manage the Kafka consumer groupfor my processes, and I've got some questions on this subject :
-> I tried the consumerGroupNamingStrategy configutration. So far, I've tested the processId and the processId-nodeId strategies. is there any other strategy natively available in nussknacker ?
-> Is it possible to implements custom consumerGroupNamingStrategies as part of the API ?
-> How can I use the overridenConsumerGroup property ? how does it work with the Java API (My sources class extends the KafkaSourceFactory class) ? I try to have an eye on the source code, but it's not easy for a Scala neophyte such as me
Thanks a lot, and best regards
--