First this is an amzingly handy tool to quickly inspect the msgs in the kafka topic for me, thanks for creating the tool!
We have some custom nested protobuf mesgs format, while the proto decoder helps to decode the top-most protobuf msgs, it does not decode the nested payload. I am thinking would it useful to integrate with https://github.com/traefik/yaegi to be able to extend the decoding capability of kaf, all still in go (even tho it would be interpreted go)
First this is an amzingly handy tool to quickly inspect the msgs in the kafka topic for me, thanks for creating the tool!
We have some custom nested protobuf mesgs format, while the proto decoder helps to decode the top-most protobuf msgs, it does not decode the nested payload. I am thinking would it useful to integrate with https://github.com/traefik/yaegi to be able to extend the decoding capability of kaf, all still in go (even tho it would be interpreted go)