-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
The following operations takes more time than expected if the provided input is different from the already configured value,
- putTcpClientRemoteAddress
- putTcpClientRemotePort
- putTcpClientRemoteProtocol
This is because , during the configuration , connection to the elastic search instance will also be configured.
Currently , there is an "await" for this elastic search configuration , which makes the service to respond longer than expected in this case.
shall we make the elastic search configuration process as asynchronous , so that the result of the putTcpClient* will be independent.
(If you are fine with this proposal , please create issues in OL and ALT aswell, thanks)
Priority: low
Reactions are currently unavailable