dajac commented on code in PR #22498: URL: https://github.com/apache/kafka/pull/22498#discussion_r3380640235
########## docs/getting-started/upgrade.md: ########## @@ -35,6 +35,11 @@ type: docs * The `ClientQuotaCallback#updateClusterMetadata` method is deprecated and will be removed in Kafka 5.0. Custom implementations of `ClientQuotaCallback` no longer need to override this method, as a default no-op implementation is now provided. For further details, please refer to [KIP-1200](https://cwiki.apache.org/confluence/x/axBJFg). * The in-memory keystores (used for PEM certificates) now use the default type provided by `KeyStore.getDefaultType()` instead of the hardcoded PKCS12 type. * Storage directories formatted by the `kafka-storage` tool are no longer forward-compatible. A Kafka broker must be the same version as, or newer than, the `kafka-storage` tool that formatted its directory, regardless of the `--release-version` chosen at format time. For further details, please refer to [KIP-1170](https://cwiki.apache.org/confluence/x/ZYoEFQ). + * Several Yammer-based group coordinator metrics are deprecated in favor of equivalent Kafka Metrics. Review Comment: Could you mention that they will be removed in 5.0? We should also file a Jira to remove them in 5.0 (5.0 as fix version). -- 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]
