[ 
https://issues.apache.org/jira/browse/FLINK-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14264394#comment-14264394
 ] 

Stephan Ewen commented on FLINK-1346:
-------------------------------------

I had thought to replace the ConfigConstants class for a while.

Rather than having
{code}
config.get(ConfigConstants.JOB_MANAGER_IPC_PORT_KEY, 
ConfigConstants.DEFAULT_JOB_MANAGER_IPC_PORT);
{code}
we could have
{code}
GlobalConfig.jobManagerPort(config);
{code}

In the course of that change, we may put the config constants into the 
GlobalConfig class.

Note: For this to work properly, we would need to get rid of the GlobalConfig 
singleton.

> Add akka parameters to the configuration
> ----------------------------------------
>
>                 Key: FLINK-1346
>                 URL: https://issues.apache.org/jira/browse/FLINK-1346
>             Project: Flink
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 0.9
>            Reporter: Stephan Ewen
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to