I have an application that requires really low latency (real time game). Currently in my solution it takes less than 2 milliseconds for a message to route to from the client front-end server to the destination server.
Does anybody know how much time will it take in Google Cloud Pub/Sub to route a message from one server to another? Thank you!