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: here 

Voting Thread: here

JIRA: here 

Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).

...

Code Block
languagejava
titleNew StreamsBuilder Method
/**
 * Accepts user defined configs for a Kafka Streams app that maybe used
 * to turn on optimization.
 *
 * @param props {@link java.util.Properties} representing user configs
 * @return @return the {@link Topology} that represents the specified processing logic
 */
public synchronized Topology build(Properties props) 

...