Chia-Ping Tsai created KAFKA-20031:
--------------------------------------
Summary: RPCProducerIdManager#sanityCheckResponse fails to detect
overlapping producer id
Key: KAFKA-20031
URL: https://issues.apache.org/jira/browse/KAFKA-20031
Project: Kafka
Issue Type: Bug
Reporter: Chia-Ping Tsai
Assignee: Chia-Ping Tsai
{code:java}
data.producerIdStart() < currentProducerIdBlock.get().lastProducerId() {code}
`<` should be changed to `<=`
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
