Isaiah Snell-Feikema
Isaiah Snell-Feikema
Envoy supports TCP. The Envoy proxy adapter should be modified to leverage Envoy for TCP endpoints.
Right now all output is directed to stdout and stderr.
Currently, all the test scripts are written in `bash` even though we do things like parsing `json`, which `bash` is ill suited for. Using Python might be a better alternative....
Add the option to automatically restart supervised processes that exit.
Controller and sidecar have very low UT coverage. An effort needs to be made to improve the level of coverage.
The registry includes information about what module the log entry was generated in: https://github.com/amalgam8/amalgam8/blob/master/registry/utils/logging/logging.go Controller and sidecar should implement something similar.