kafka/docs/streams
Richard Yu b8be86b805 KAFKA-5765; Move merge() from StreamsBuilder to KStream
This is the polished version.
1. The old merge() method in StreamsBuilder has been removed,
2. The merge() method in KStreamBuilder was changed so that it would use the single variable argument
rather than several variable arguments in the KStreamImpl implementation
3. The merge() method in KStream has been declared as final and tests have been added to test correctness.

Author: Richard Yu <richardyu@Richards-Air.attlocal.net>

Reviewers: Matthias J. Sax <matthias@confluent.io>, Bill Bejeck <bill@confluent.io>, Guozhang Wang <wangguoz@gmail.com>, Damian Guy <damian.guy@gmail.com>

Closes #3916 from ConcurrencyPractitioner/trunk
2017-09-26 09:42:53 +01:00
..
architecture.html MINOR: Add Streams landing page 2017-07-21 19:16:14 -07:00
core-concepts.html MINOR: doc changes for KIP-138 2017-08-30 09:45:16 -07:00
developer-guide.html KAFKA-5839: Upgrade Guide doc changes for KIP-130 2017-09-20 16:50:08 +08:00
index.html MINOR - Adding New York Times logo to streams page 2017-09-23 10:53:10 +08:00
quickstart.html MINOR: Update Streams quickstart to create output topic with compaction enabled 2017-09-25 16:17:01 +08:00
tutorial.html MINOR: Update Streams quickstart to create output topic with compaction enabled 2017-09-25 16:17:01 +08:00
upgrade-guide.html KAFKA-5765; Move merge() from StreamsBuilder to KStream 2017-09-26 09:42:53 +01:00