[GitHub] [kafka] dajac commented on pull request #14046: KAFKA-14499: [1/N] Introduce OffsetCommit API version 9 and add new StaleMemberEpochException error

2023-07-21 Thread via GitHub
dajac commented on PR #14046: URL: https://github.com/apache/kafka/pull/14046#issuecomment-1646067746 Failed tests are unrelated. Merging to trunk. -- 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

[GitHub] [kafka] dajac commented on pull request #14046: KAFKA-14499: [1/N] Introduce OffsetCommit API version 9 and add new StaleMemberEpochException error

2023-07-20 Thread via GitHub
dajac commented on PR #14046: URL: https://github.com/apache/kafka/pull/14046#issuecomment-1643522968 @jolshan I was actually thinking about the `AuthorizerIntegrationTest` failures overnight and I found an issue with the `latestVersionUnstable` flag. Let me try to explain. The

[GitHub] [kafka] dajac commented on pull request #14046: KAFKA-14499: [1/N] Introduce OffsetCommit API version 9 and add new StaleMemberEpochException error

2023-07-19 Thread via GitHub
dajac commented on PR #14046: URL: https://github.com/apache/kafka/pull/14046#issuecomment-1642653815 > Something strange is going on with AuthorizerIntegrationTest in the build, but that might be unrelated. I will look into that. @jolshan I found the issue related to

[GitHub] [kafka] dajac commented on pull request #14046: KAFKA-14499: [1/N] Introduce OffsetCommit API version 9 and add new StaleMemberEpochException error

2023-07-19 Thread via GitHub
dajac commented on PR #14046: URL: https://github.com/apache/kafka/pull/14046#issuecomment-1642425069 > > Note the use of "latestVersionUnstable": true in the request schema. This means that this new version is not available yet unless activated. > > This also leaves us room to add