vert.x icon indicating copy to clipboard operation
vert.x copied to clipboard

NetClient local connectTimeout support

Open coding4m opened this issue 2 years ago • 1 comments

Describe the feature

NetClient now use a global connectTimeout by NetClientOptions. is that possible set a local connectTimeout when use NetClient.connect(xx) method ?

Use cases

so we can use a shared NetClient for tcp health check with difference upstream connect timeout.

coding4m avatar Jul 07 '21 03:07 coding4m

I want at some point to introduce ConnectOptions for NetClient but not right now, can you try using a different NetClient for this purpose ?

vietj avatar Jul 07 '21 07:07 vietj