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

    https://github.com/apache/bahir/pull/47#discussion_r128401599
  
    --- Diff: streaming-mqtt/README.md ---
    @@ -52,12 +52,14 @@ this actor can be configured to handle failures, etc.
     
         val lines = MQTTUtils.createStream(ssc, brokerUrl, topic)
         val lines = MQTTUtils.createPairedStream(ssc, brokerUrl, topic)
    +    val lines = MQTTUtils.createPairedByteArrayStreamStream(ssc, 
brokerUrl, topic)
    --- End diff --
    
    @davidrosenstark -- I assume the `StreamStream` word duplication is a 
copy-paste error?
    
    ~`val lines = MQTTUtils.createPairedByteArrayStreamStream(ssc, brokerUrl, 
topic)`~
    `val lines = MQTTUtils.createPairedByteArrayStream(ssc, brokerUrl, topic)`


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