birdayz / kaf

Modern CLI for Apache Kafka, written in Go.
Apache License 2.0
2.18k stars 140 forks source link

consume: formatting of record data #29

Open birdayz opened 5 years ago

birdayz commented 5 years ago

Use base64 as delimiter, one record per line.

birdayz commented 4 years ago

better: make it configurable

garrettthomaskth commented 3 years ago

It would also be cool if you could configure the consume output so that it the messages could be send directly into the produce command :)