hi guys,
i am connecting to google pubsub from our on-premise application. i am trying to publish a message to a topic and there is another team/application that pulls the message. so my use case here is , publish the message to the topic with the least latency possible... normally i am seeing that the publish takes around 700 to 1600 ms... i want it to complete within 100ms..
so it set the request timeout in RetryHttpInitializerWrapper as
request.setReadTimeout(2 * fiftymilliseconds);
i am getting an sockettimeoutException, but still i get messageId back.... so what is the purpose of the readTimeout value...