Shivsundar R created KAFKA-18056: ------------------------------------ Summary: Minor : Fix a bug related to updating the callbacks after commitAsync. Key: KAFKA-18056 URL: https://issues.apache.org/jira/browse/KAFKA-18056 Project: Kafka Issue Type: Sub-task Reporter: Shivsundar R
There was a bug in handling the ShareAcknowledgeResponse for commitAsync, where we send out a background event to the application thread to update the callbacks for EVERY TopicIdPartition. The map that was sent in the event was updated with the partition information after each response was processed. So we ended up sending responses for partitions that were already sent in the previous event. -- This message was sent by Atlassian Jira (v8.20.10#820010)