Does anyone know the reason for the below error in Kafka? I have a Golden gate server publishing change transaction of tables to its corresponding topics in Kafka (which is running with the default configuration).It is a multi node cluster but the topic mentioned in the error has a single partition. Golden gate failed today and kafka shows the below error at the time of Golden gate failure.
[ReplicaManager broker=1002] Error processing append operation on partition TABLE-0 (kafka.server.ReplicaManager) org.apache.kafka.common.errors.UnknownProducerIdException: Found no record of producerId=96007 on the broker. It is possible that the last message with the producerId=96007 has been removed due to hitting the retention limit.