Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Public Interfaces

Affected configurations and command line arguments will be renamed. The old name will continue to be supported for backwards compatibility, but deprecated.

List of affected configuration namesconfigurations

componenttypeexistingnew config
JmxReporterconfig
metrics.jmx.blacklist
metrics.jmx.blocklist
JmxReporterconfig
metrics.jmx.whitelist
metrics.jmx.allowlist
MirrorMaker 2config
topics.blacklist
topics.blocklist
MirrorMaker 2config
groups.blacklist
groups.blocklist
Kafka Connect Transformsconfig
blacklist
blocklist
Kafka Connect Transformsconfig
whitelist
allowlist

kafka-replica-verification CLI

command line argument
topic-white-list
topic-allow-list

Proposed Changes

In addition to the public interface changes above, internal APIs and other occurrences in code (e.g. method, variable names, comments, and log messages) will be updated accordingly.

...