smolnar82 commented on a change in pull request #398:
URL: https://github.com/apache/knox/pull/398#discussion_r561938097
##########
File path:
gateway-discovery-cm/src/main/java/org/apache/knox/gateway/topology/discovery/cm/ServiceModel.java
##########
@@ -37,6 +37,9 @@
private final String roleType;
private final String serviceUrl;
+ // Metadata for the model object, which is not directly from the service or
role configuration
+ private final Map<String, String> modelProperties = new
ConcurrentHashMap<>();
Review comment:
I'm wondering if `qualifyingServiceParameters` would be a better name
for this field?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]