Versions Compared

Key

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

...

This KIP will add the following two methods as well as a loggingEnabled variable and a topicConfig variable to store any configs passed in when enabling logging.

Code Block
titleMethods Added to StreamJoined
public StreamJoined<K, V1, V2> withLoggingEnabled(final Map<String, String> config) {}

public StreamJoined<K, V1, V2> withLoggingDisabled() {}

...