Hi, Is there any example of how to do say Java - Python IPC? I'm not sure how to get started.
I'm thinking of using Arrow IPC to replace REST/gRPC APIs for communication when everything can be run on a single computer node and low-latency is the goal - hoping to remove the cost of serialization/deserialization and network costs. Would this make sense. Thanks, Clive
