You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bahir.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/25 18:50:58 UTC

[jira] [Commented] (BAHIR-73) [bahir-flink] flink-streaming-akka source connector

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

ASF GitHub Bot commented on BAHIR-73:
-------------------------------------

GitHub user sbcd90 opened a pull request:

    https://github.com/apache/bahir/pull/26

    [BAHIR-73][bahir-flink] flink-streaming-akka source connector

    This PR is created to propose the idea of having a flink-streaming-akka source connector.
    
    The source connector can be used to receive messages from an Akka feeder or publisher actor & these messages can then be processed using flink streaming.
    
    The source connector has the following features.
    
    It can supports several different message formats like iterable data, bytes array & data with timestamp.
    It can send back acknowledgements to the feeder actor.
    
    Reference to the closed PR in Flink: https://github.com/apache/flink/pull/2644
    
    @rmetzger , kindly review.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sbcd90/bahir flink-akka

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/bahir/pull/26.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #26
    
----
commit 1adeb3b18fc7a7cc64d6683eb65ba62ffb7d97ec
Author: Subhobrata Dey <sb...@gmail.com>
Date:   2016-10-25T18:28:26Z

    [BAHIR-73][bahir-flink] flink-streaming-akka source connector

----


> [bahir-flink] flink-streaming-akka source connector
> ---------------------------------------------------
>
>                 Key: BAHIR-73
>                 URL: https://issues.apache.org/jira/browse/BAHIR-73
>             Project: Bahir
>          Issue Type: New Feature
>          Components: Flink Streaming Connectors
>            Reporter: Subhobrata Dey
>             Fix For: Flink-0.1
>
>
> Hello,
> This issue is created to propose the idea of having a flink-streaming-akka source connector. 
> The source connector can be used to receive messages from an Akka feeder or publisher actor & these messages can then be processed using flink streaming.
> The source connector has the following features.
> 1. It can supports several different message formats like iterable data, bytes array & data with timestamp.
> 2. It can send back acknowledgements to the feeder actor.
> Thanks & regards,
> Subhobrata



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