CalvinConfluent commented on code in PR #17698: URL: https://github.com/apache/kafka/pull/17698#discussion_r1843035240
########## core/src/main/scala/kafka/server/ReplicaManager.scala: ########## @@ -898,6 +898,8 @@ class ReplicaManager(val config: KafkaConfig, Errors.COORDINATOR_NOT_AVAILABLE | Errors.NOT_COORDINATOR => Some(new NotEnoughReplicasException( s"Unable to verify the partition has been added to the transaction. Underlying error: ${error.toString}")) + case Errors.UNKNOWN_PRODUCER_ID => Some(new OutOfOrderSequenceException( Review Comment: You are right. UNKNOWN_PRODUCER_ID is not returned anywhere. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org