kafka/clients
Manikumar Reddy f73e3bcd6a
KAFKA-19561: Set OP_WRITE interest after SASL reauthentication to resume pending writes (#20258)
https://issues.apache.org/jira/browse/KAFKA-19561

Addresses a race condition during SASL reauthentication where the
server-side `KafkaChannel.send()` queues a response, but OP_WRITE is
removed before the channel becomes writable — resulting in stuck
responses and client  timeouts.

Reviewers: Rajini Sivaram <rajinisivaram@googlemail.com>
2025-07-31 21:59:21 +05:30
..
clients-integration-tests/src/test KAFKA-19471: Enable acknowledgement for a record which could not be deserialized (#20148) 2025-07-27 22:35:04 +01:00
src KAFKA-19561: Set OP_WRITE interest after SASL reauthentication to resume pending writes (#20258) 2025-07-31 21:59:21 +05:30
.gitignore KAFKA-4848: Fix retryWithBackoff deadlock issue 2017-03-20 21:56:15 -07:00