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

    https://github.com/apache/flink/pull/1046#discussion_r38913193
  
    --- 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
    +
    +    ...
    +   Map conf = new HashMap();
    --- End diff --
    
    Can you please use the same markup code as in the other code examples.


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