Hacker News new | ask | show | jobs
by pridkett 2141 days ago
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.
2 comments

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.