aliehsaeedii opened a new pull request, #22711: URL: https://github.com/apache/kafka/pull/22711
## Summary The broker-side topology-description handler has landed ([KAFKA-20624](https://issues.apache.org/jira/browse/KAFKA-20624)), so the KIP-1331 RPCs can be promoted from unstable to stable before release. This PR: - Removes `"latestVersionUnstable": true` from the `StreamsGroupHeartbeatRequest`, `StreamsGroupDescribeRequest`, and `StreamsGroupTopologyDescriptionUpdateRequest` JSON schemas, along with the now-stale "flip to false before release" comments. - Reverts the `StreamsGroupTopologyDescriptionUpdateRequest` `Builder` to drop the `enableUnstableLastVersion` opt-in, since the latest version is now stable. The third task originally listed in the JIRA — replacing the stub `handleStreamsGroupTopologyDescriptionUpdate` in `KafkaApis.scala` with a functional handler — was already completed in KAFKA-20624, so no change is needed there. ## Testing - `:clients:compileJava` regenerates all message classes cleanly from the updated schemas. - `RequestResponseTest` passes, covering serialization round-trips for these RPCs. - The relevant broker request tests use `latestVersion(isUnstableApiEnabled)`, so they self-adjust to the now-stable versions. JIRA: https://issues.apache.org/jira/browse/KAFKA-20655 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
