Hacker News new | ask | show | jobs
by tutfbhuf 2141 days ago
Our company uses https://github.com/obsidiandynamics/kafdrop it's FOSS. It can also handle AVRO and PROTOBUF messages.
1 comments

Does your company use both Avro and Protobuf for message serialization? Most places tend to standardize with one or the other and I’m wondering if there is a use case for both.
We use Avro only, just wanted to mention that Protobuf is also supported.
I think if you use open source stuff you will find a lot of Avro, like Debezium. Supporting both so you get best of in-house and external makes sense to me.