Hi
Are the Java steaming APIs thread safe ?
If I have a StreamingObserver.onNext(<mydata>) with potentially multiple threads calling that
then on the StreamObserver's implemented interface onNext method how can associate the response back to a specific
thread's call to the StreamingObserver.onNext(<mydata>) ?
Hope that made sense :)
Thanks in advance.