nileshkumar3 opened a new pull request, #22691: URL: https://github.com/apache/kafka/pull/22691
## Summary Share consumers log recoverable share-session errors at INFO when the broker returns `SHARE_SESSION_NOT_FOUND`, `INVALID_SHARE_SESSION_EPOCH`, or `SHARE_SESSION_LIMIT_REACHED` on ShareFetch/ShareAcknowledge responses. These are broker-managed, self-healing conditions: the client closes the existing session and re-establishes it via `nextCloseExistingAttemptNew()`. This change lowers those logs to DEBUG and updates the messages to explain the recovery behavior, matching the approach already taken for fetch sessions in `FetchSessionHandler` (KAFKA-20713). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
