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.
The KafkaProducer operator creates a new producer on
resetToInitialState()
. The same should happen onreset()
. 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.