Github user mjsax commented on a diff in the pull request:
https://github.com/apache/flink/pull/1398#discussion_r45720083
--- Diff: docs/apis/storm_compatibility.md ---
@@ -57,20 +57,22 @@ See *WordCount Storm* within
`flink-storm-examples/pom.xml` for an example how t
Flink provides a Storm compatible API (`org.apache.flink.storm.api`) that
offers replacements for the following classes:
-- `TopologyBuilder` replaced by `FlinkTopologyBuilder`
- `StormSubmitter` replaced by `FlinkSubmitter`
- `NimbusClient` and `Client` replaced by `FlinkClient`
- `LocalCluster` replaced by `FlinkLocalCluster`
-In order to submit a Storm topology to Flink, it is sufficient to replace
the used Storm classes with their Flink replacements in the Storm *client code
that assembles* the topology.
-The actual runtime code, ie, Spouts and Bolts, can be uses *unmodified*.
-If a topology is executed in a remote cluster, parameters `nimbus.host`
and `nimbus.thrift.port` are used as `jobmanger.rpc.address` and
`jobmanger.rpc.port`, respectively.
-If a parameter is not specified, the value is taken from `flink-conf.yaml`.
+In order to submit a Storm topology to Flink, it is sufficient to replace
the
+used Storm classes with their Flink replacements in the Storm *client code
that
+assembles* the topology. The actual runtime code, ie, Spouts and Bolts,
can be
+used *unmodified*. If a topology is executed in a remote cluster,
parameters
+`nimbus.host` and `nimbus.thrift.port` are used as `jobmanger.rpc.address`
and
+`jobmanger.rpc.port`, respectively. If a parameter is not specified, the
value
+is taken from `flink-conf.yaml`.
--- End diff --
Is there any change here? Looks like reformatting? I used a "single-line
per sentence" formatting to make reviewing changes simples. Please stick to
this formatting.
---
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.
---