Versions Compared

Key

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

...

Code Block
languagejava
 KStream<K, V> through(final Produced topicInfo);
 void to(final Produced topicInfo);

 

The change with Produced is not compatible with the definition of “The specified topic should be manually created before it is used”. However, since we reject

 

Rejected Alternatives

If there are alternative ways of accomplishing the same thing, what were they? The purpose of this section is to motivate why the design is the way it is and not some other way.