[GitHub] kafka pull request #3770: KAFKA-5816: add Produced class, KStream#to(topic, ...

2017-09-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/3770 ---

[GitHub] kafka pull request #3770: KAFKA-5816: add Produced class, KStream#to(topic, ...

2017-08-31 Thread dguy
GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3770 KAFKA-5816: add Produced class, KStream#to(topic, Produced), and KStream#through(topic, Produced) Add the `Produced` class and `KStream` overloads that use it: `KStream#to(String, Produced)` `K