KIP-132 — Augment KStream.print to allow extra parameters in the printed string
Discarded Kafka 1.0 Streams
Proposed extending `KStream.print()` to accept a `KeyValueMapper` for custom formatting of printed records. The existing `print()` method outputs a hard-coded `key, value` format with no customization. (Discarded — duplicated by a more complete solution elsewhere.)
Details
| Author | Marc Juchli |
| Status | Discarded |
| Kafka Version | 1.0 |
| JIRA | KAFKA-4830 |
| Wiki | View on Apache Wiki |
| Created | 2017-03-13 |
| Last Modified | 2017-06-13 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.