We are having poor latencies with Google PubSub since switching over to GRPC.
See the discussion https://github.com/GoogleCloudPlatform/google-cloud-java/issues/1338#issuecomment-256443717 and https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/cloud-pubsub-discuss/jE92Hbc2JbY/LEzfxlfPCAAJ What is the low latency way of connecting using GRPC to connect to Pubsub over https that is onpar with doing connection reuse with SSL connections? Create a new channel and stub per request? Pre-create stubs with each channel and round-robin per request? I have tried both and I can never get to the p90 performance of the old library Robin -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/89d38348-acdd-4c27-9ad7-05afc1203954%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
