nakadi-java
nakadi-java copied to clipboard
Allow byte consumers
The current implementation uses a BufferedReader to split the stream's lines. It should be doable to have an option that streams delimited bytes for callers that want to avoid copies.