You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by GitBox <gi...@apache.org> on 2021/05/04 23:17:26 UTC

[GitHub] [samza] cameronlee314 commented on a change in pull request #1499: SAMZA-2654: Allow coordinator url port to be configurable

cameronlee314 commented on a change in pull request #1499:
URL: https://github.com/apache/samza/pull/1499#discussion_r626168702



##########
File path: samza-core/src/main/java/org/apache/samza/config/ClusterManagerConfig.java
##########
@@ -280,4 +289,8 @@ public boolean getJmxEnabledOnJobCoordinator() {
       return true;
     }
   }
+
+  public int getCoordinatorUrlPort() {

Review comment:
       Updated the javadoc to reflect this. Thanks for the suggestion.




-- 
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:
users@infra.apache.org