You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streams.apache.org by "Danny Sullivan (JIRA)" <ji...@apache.org> on 2013/06/20 00:14:20 UTC

[jira] [Updated] (STREAMS-17) Allow activities to be published

     [ https://issues.apache.org/jira/browse/STREAMS-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Danny Sullivan updated STREAMS-17:
----------------------------------

    Attachment: pushactivityconsumer.patch

This adds the activities string to the array returned by the split method. Also, I changed the message from "subscribed" to "published" to differentiate between the PushActivityConsumer and the AcitivitySubscriberDelegate even though the consumer is not technically publishing anything. 
                
> Allow activities to be published
> --------------------------------
>
>                 Key: STREAMS-17
>                 URL: https://issues.apache.org/jira/browse/STREAMS-17
>             Project: Streams
>          Issue Type: Bug
>            Reporter: Gavin Black
>         Attachments: activitiesSplitPatch.txt, pushactivityconsumer.patch
>
>
> Right now the activities are hardcoded to "this, is, my, split, message".  For at least testing purposes it should spit out the string that was published, and later should actually parse the JSON for the activities an put them into appropriate classes.
> The relevant source code file is: PushActivityConsumer.java, in the split function. Changing:  
> return activitiesList; 
> to
> return activities; 
> Allows a basic pub/sub test to be verified.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira