Versions Compared

Key

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

Table of Contents

Status

Current state:  "Under Discussion" Accepted

Discussion thread: TODO: Discussion was skipped. [VOTE] KIP-626: Rename StreamsConfig config variable name

JIRA:

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyKAFKA-10168

...

Code Block
languagejava
public class StreamsConfig {
    @Deprecation
    public static final String TOPOLOGY_OPTIIMZATIONOPTIMIZATION = "topology.optimization";

    // new
    public static final String TOPLOGYTOPOLOGY_OPTIMIZATION_CONFIG = "topology.optimization";
}

...