You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application fails when the route name is different from the service name.
E.g. there are two versions of a backend at mlbparks-blue and mlbparks-green (which would also be the service name). And then there is one route 'mlbparks' that points to either the service 'mlbparks-blue' or 'mlbparks-green' depending which is currently active.
The application currently looks for an Endpoint 'mlbparks' - which does not exist since the endpoints have the same names as the services.
It actually crashes in the getEndpointsAddressSize method with a NullPointerException.
It would be good to modify the application to not store endpoints but actual route (or service) names.
The application fails when the route name is different from the service name.
E.g. there are two versions of a backend at mlbparks-blue and mlbparks-green (which would also be the service name). And then there is one route 'mlbparks' that points to either the service 'mlbparks-blue' or 'mlbparks-green' depending which is currently active.
The application currently looks for an Endpoint 'mlbparks' - which does not exist since the endpoints have the same names as the services.
It actually crashes in the getEndpointsAddressSize method with a NullPointerException.
It would be good to modify the application to not store endpoints but actual route (or service) names.
@jorgemoralespou
The text was updated successfully, but these errors were encountered: