-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
There is no rule for creating system-x services when it comes to connection details, so each system-x service uses different method names for the common connection options (host, port).
there are inClusterHostname and externalHostname methods for openshift deployments, but those are not particular used for anything and are used only internally to distinguish between where the integration is connecting to and where the client is connecting to and there is no standard for local deployments, so it means that the common usecase is to create a host method, that returns externalHostname.
We should create:
- a common set of methods (probably
hostandport) - something like
connectionString, for exampletcp://host():port() - get rid of
inClusterHostname(would be handled inconnectionStringmethod) - keep
externalHostname
Metadata
Metadata
Assignees
Labels
No labels