IBMStreams/streamsx.kafka

on reset() the KafkaProducerOperator should instantiate a new producer instance

Opened this issue · 1 comments

The KafkaProducer operator creates a new producer on resetToInitialState(). The same should happen on reset(). For the transactional producer, the ongoing transaction must be aborted before.

Need to check, if transactional.id must be the same with a new producer instance.

resolved with v2.1.0