Hi, I am new to Apache Arrow and want to consider it for low latency IPC stream. I want to see if I can use Arrow for low latency IPC via processes written in multiple languages.
As far as what I can understand about current version of Arrow, the messages are passed in a batch via IPC, ie the RX will get the msgs in batch and not as soon as they are sent by the TX. Any pointers to examples / code for this? Or any benchmarks on IPC? Thanks, Sam