Github user mjsax commented on a diff in the pull request:
https://github.com/apache/flink/pull/1046#discussion_r38914417
--- Diff:
flink-contrib/flink-storm-compatibility/flink-storm-compatibility-core/src/main/java/org/apache/flink/stormcompatibility/wrappers/StormWrapperSetupHelper.java
---
@@ -107,4 +112,39 @@ public static TopologyContext
convertToTopologyContext(final StreamingRuntimeCon
return new FlinkTopologyContext(new StormTopology(spoutSpecs,
bolts, null), taskToComponents, taskId);
}
+ /**
+ * Get storm configuration from StreamingRuntimeContext.
+ * @param ctx The RuntimeContext of operator.
+ * @return The storm configuration map.
+ * @throws Exception
+ * If configuration contains classes from the user code,
it may lead to ClassNotFoundException..
--- End diff --
Typo. Two dots at the end.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---