Hi, for networking reasons, I would like to use a different value of parameter configured with pulsar::ProducerConfiguration::setSendTimeot() method: One value for the first connection and another value for subsequent send or sendAsync operation. Is it possible? How?
Thanks