akhq
akhq copied to clipboard
Add configuration flag for disabling pretty printing of messages
Hi!
Is it possible to add a configuration flag for enabling/disabling pretty printing of JSON data on the topics?
Figured out the same. If people want to replay some messages (with another tool than AKHQ) or just see the raw message they will have issues with pretty printing (on timestamp and unions for instance). It's in my TODO list
@MateuszWicherski what about this ? Is it what you are looking for ? age is [ "null", "int" ] and birthDate is a long/timestamp-millis
Pretty print enabled (same as today)
Pretty print disabled
Or is it just pretty print for whitespaces / line breaks ?
These are whitespaces/linebreaks in my case - they start breaking when messages are large JSONs