-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Description
The V2Tool should read its server configuration information from a configuration file and start the GRPC server following it.
Every time a client (shipper, inputs, etc) connects to the server, the server will send corresponding configuration in the same way it would if it had started the binary.
Clients connecting/disconnecting should be handled gracefully, there should be no need to re-start the V2Tool once it’s running.
Once the server is started, it should log the connection information: host, port, T;S status (enabled/disabled), connection token (it’s for testing, it’s not meant to be secure). Logging the token might be a point for further discussion.