Remove client monitoring #385
Labels
2-medium
priority denoting issues with cross-cutting project impact
app-services
subsystem_affected for application services
hanoi
Hanoi release
Milestone
Per the Core WG 6/18/2020 meeting the active Client Monitoring via polling Consul is to be removed.
This Client Monitoring is setup here:
https://github.com/lenny-intel/app-functions-sdk-go/blob/master/internal/bootstrap/handlers/clients.go#L81
Each new client needs to be changed to just use
localURL.New
from go-mod-core-contracts for the URL.Example:
change
to
Once the changes have been made the following packages can be removed:
ServiceInfo.ClientMonitor can also be removed
The text was updated successfully, but these errors were encountered: