Services can easily access the config like this: port = context.get("http_service_port", Integer.class);.
There should be an optional way to configure two services of the same class differently.
Acceptance Criteria
Find concepts how to set and implement a configuration for two services of the same class differently.
Description
Services can easily access the config like this:
port = context.get("http_service_port", Integer.class);
. There should be an optional way to configure two services of the same class differently.Acceptance Criteria