Github user sajithswa commented on a diff in the pull request: https://github.com/apache/stratos/pull/230#discussion_r24808409 --- Diff: components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/endpoint/TenantAwareLoadBalanceEndpoint.java --- @@ -80,6 +80,9 @@ private final static Pattern LAST_INT_PATTERN = Pattern.compile("[^0-9]+([0-9]+)$"); + /* Define property name to get member_id*/ + private static final String memberIDKey = "member_id"; --- End diff -- Never mind. I changed the code to use existing constants
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---