aiven-anton commented on code in PR #13649: URL: https://github.com/apache/kafka/pull/13649#discussion_r1180246714
########## clients/src/main/resources/common/message/SaslAuthenticateResponse.json: ########## @@ -29,6 +29,6 @@ { "name": "AuthBytes", "type": "bytes", "versions": "0+", "about": "The SASL authentication bytes from the server, as defined by the SASL mechanism." }, { "name": "SessionLifetimeMs", "type": "int64", "versions": "1+", "default": "0", "ignorable": true, - "about": "The SASL authentication bytes from the server, as defined by the SASL mechanism." } + "about": "The duration in milliseconds that a successful session response is valid for." } Review Comment: I updated with original copy as suggested. -- 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