You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Ben Damer (JIRA)" <ji...@apache.org> on 2015/12/09 18:54:11 UTC

[jira] [Updated] (SAMZA-587) Create SystemConsumer and SystemProducer for ActiveMQ

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

Ben Damer updated SAMZA-587:
----------------------------
    Attachment: SAMZA-587.patch

Attaching my patch. 

Review board: https://reviews.apache.org/r/41144/

> Create SystemConsumer and SystemProducer for ActiveMQ
> -----------------------------------------------------
>
>                 Key: SAMZA-587
>                 URL: https://issues.apache.org/jira/browse/SAMZA-587
>             Project: Samza
>          Issue Type: Improvement
>            Reporter: Yan Fang
>              Labels: gsoc2015, java
>         Attachments: SAMZA-587.patch
>
>
> [ActiveMQ|http://activemq.apache.org/] is a popular messaging queue. It will be great for Samza to be able to read from and write to it. The basic idea is:
> 1. it will be separated into its own package
> 2. it implements SystemAdmin, SystemConsumer, SystemProducer. ( check the org.apache.samza.system package in [javadoc|http://samza.apache.org/learn/documentation/0.8/api/javadocs/] )
> 3. it is written in Java. Thought previous implementation is using Scala ([Kafka Implementation|https://github.com/apache/samza/tree/master/samza-kafka/src/main/scala/org/apache/samza/system/kafka] and [FileSystem Implementation|https://github.com/apache/samza/tree/master/samza-core/src/main/scala/org/apache/samza/system/filereader]), we are moving from Scala to Java. All scala APIs are Java APIs. 
> 4. two systems mentioned in (3) could be used as a reference.
> Also see [comment|https://issues.apache.org/jira/browse/SAMZA-261?focusedCommentId=14349570&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14349570].



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)