Is there a possibility to allow several connectors on the MainEngine-configs? As it is now, they only allows one https and one http connector. However we use a different port for our metrics so that we don't need to expose it outside Kubernetes. The way it's been solved now is a full-copy of the EngineMain-class and
commandLineEnvironment()
as we use almost all the default config there.
Or differently asked; is there a particular reason why you don't support several connectors in the MainEngine/commandLineEnvironment? 🙂