Closed mehrdad2000 closed 3 months ago
Hi @mehrdad2000,
the parameters are described in JavaDoc and README:
https://github.com/influxdata/influxdb-client-java/tree/master/client#asynchronous-non-blocking-api
Best Regards
@bednar thanks for answer. After 5 time retry it will stop trying? Right? Is there anyway to set parameters in somehow that trying until it will connect? And it’s not stop trying?
@bednar thanks for answer. After 5 time retry it will stop trying? Right? Yes. Is there anyway to set parameters in somehow that trying until it will connect? And it’s not stop trying? You can set
maxRetries
to vary large number together withmaxRetryDelay
.
Hi Would you please explain what is the meaning of this two parameters:
1-5000 second or milisecond? 2-try 5 times in row then after 5000 second do this again and again? 3-each 5000 second try one time, do this 5 time and will not retry anymore?
Thanks