[
https://issues.apache.org/jira/browse/GEARPUMP-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15251078#comment-15251078
]
Manu Zhang commented on GEARPUMP-20:
------------------------------------
Hi, [~karol_brejna],
For applications extending AkkaApp, default configurations are preloaded as in
[WordCount |
https://github.com/apache/incubator-gearpump/blob/master/examples/streaming/wordcount/src/main/scala/io/gearpump/streaming/examples/wordcount/WordCount.scala#L53]
although users may not know it. For general applications, we require users to
load the default configurations as in
[WordCountJava|https://github.com/gearpump/gearpump/blob/master/examples/streaming/wordcount-java/src/main/java/io/gearpump/streaming/examples/wordcountjava/WordCount.java#L36].
This might as well be a documentation issue.
> Default configurations are not loaded for user passed in Akka configs
> ---------------------------------------------------------------------
>
> Key: GEARPUMP-20
> URL: https://issues.apache.org/jira/browse/GEARPUMP-20
> Project: Apache Gearpump
> Issue Type: Improvement
> Affects Versions: 0.8.0
> Reporter: Manu Zhang
> Assignee: Manu Zhang
> Priority: Minor
>
> If a user pass in an Akka Config to ClientContext, the default configurations
> (from "geardefault.conf") won't be loaded. Since we haven't documented which
> configurations are required, it's likely that their applications will fail.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)