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

    https://github.com/apache/storm/pull/2637#discussion_r185644653
  
    --- Diff: docs/storm-kafka-client.md ---
    @@ -313,4 +313,37 @@ KafkaSpoutConfig<String, String> kafkaConf = 
KafkaSpoutConfig
       .setTupleTrackingEnforced(true)
     ```
     
    -Note: This setting has no effect with AT_LEAST_ONCE processing guarantee, 
where tuple tracking is required and therefore always enabled.
    \ No newline at end of file
    +Note: This setting has no effect with AT_LEAST_ONCE processing guarantee, 
where tuple tracking is required and therefore always enabled.
    +
    +# Migrating a `storm-kafka` spout to use `storm-kafka-client`
    --- End diff --
    
    @srdo I suggested the other way because the name `storm-kafka-migration` 
suggests that the  module will help with migrating storm-kafka, but either way 
is fine. I can add the link to `storm-kafka-migration` here.


---

Reply via email to