Skip to content

TcpClient configuration takes more time than expected #250

@PrathibaJee

Description

@PrathibaJee

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

Metadata

Metadata

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions