Answer Posted / Umakant
Thrift and Protocol Buffers (protobuf) are similar data serialization systems used for efficient data transfer across networks. However, they differ from Avro in several aspects: n1. Schema evolution support: Neither Thrift nor protobuf supports schema evolution natively.n2. Complex data structures: Both Thrift and protobuf can handle complex data structures but not as efficiently as Avro.n3. Language independence: While both Thrift and protobuf have libraries for various languages, they are not language-agnostic like Avro.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category