You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streams.apache.org by "Matt Franklin (JIRA)" <ji...@apache.org> on 2013/03/04 16:15:13 UTC

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

    [ https://issues.apache.org/jira/browse/STREAMS-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13592274#comment-13592274 ] 

Matt Franklin commented on STREAMS-17:
--------------------------------------

Thanks Gavin.  I will apply this today.
                
> 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
>
>
> 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