on reset() the KafkaProducerOperator should instantiate a new producer instance
Opened this issue · 1 comments
Deleted user commented
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.
Deleted user commented
resolved with v2.1.0