nit: maybe we can reformat this for readability like this:
```
KStream<String, String> textLines = builder.stream(
  "streams-plaintext-input",
  Consumed.with(stringSerde, stringSerde)
);
```

[ Full content available at: https://github.com/apache/kafka/pull/5755 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to