Github user mjsax commented on a diff in the pull request:

    https://github.com/apache/flink/pull/1046#discussion_r38914053
  
    --- Diff: docs/apis/storm_compatibility.md ---
    @@ -201,6 +201,26 @@ DataStream<BoltOutputType> s2 = 
splitStream.select("s2").transform(/* use Bolt f
     
     See 
[SpoutSplitExample.java](https://github.com/apache/flink/tree/master/flink-contrib/flink-storm-compatibility/flink-storm-compatibility-examples/src/main/java/org/apache/flink/stormcompatibility/split/SpoutSplitExample.java)
 for a full example.
     
    +## Configure for embedded Spouts/Bolts
    +Embedder spouts/bolts can be configure with user defined parameters. User 
defined parameters is a config `Map` and be called by `Spout.open(...)` and 
`Bolt.prepare()`
    +as first parameter. Configuration can be used in storm topologies mode or 
flink mode.
    +
    + 1.Storm topologies mode example
    --- End diff --
    
    I don't think we need example code for embedded mode. (See "multiple output 
streams":  If a whole topology is executed using FlinkTopologyBuilder etc., 
there is no special attention required – it works as in regular Storm. ). A 
simple sentence in the paragraph should be sufficient.


---
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.
---

Reply via email to