GitHub user bbejeck opened a pull request:
https://github.com/apache/kafka/pull/1187
KAFKA-3338 [WIP]: Add print and writeAsText to KStream and KTable interfaces
This is the first pass at implementing the print and writeAsText
functionality for KStream and KTable. I have some uncertainty on how Serde
instances are handled here.
This contribution is my original work and I license this contribution to
Apache-Kafka.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bbejeck/kafka
KAFKA-3338-Add-print-writeAsText-to-Streams-DSL
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/1187.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1187
----
commit 263891d4c86ec049f8848e47f56212fd36a12539
Author: bbejeck <[email protected]>
Date: 2016-04-05T02:44:49Z
KAFKA-3338: Initial pass at implementing print/writeAsText functionality
for KStream and KTable.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---