If i serialize my messages on one machine using thrift and deserialize on another, how do i know that my messages will reach in same order? And since from first machine i am sending messages continuously, if second machine is not able to consume messages at same speed where will my messages be buffered?
Does thrift act like messaging queue? What is the difference between thrift and messaging systems?