You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bahir.apache.org by "Robert Metzger (JIRA)" <ji...@apache.org> on 2016/11/23 10:46:59 UTC

[jira] [Resolved] (BAHIR-72) support netty: pushed tcp/http connector

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

Robert Metzger resolved BAHIR-72.
---------------------------------
       Resolution: Resolved
         Assignee: shijinkui
    Fix Version/s: Flink-0.1

Resolved in https://github.com/apache/bahir-flink/commit/2d1225f9a3c5401c48267b5bcef49b19254ea3aa

> support netty: pushed tcp/http connector
> ----------------------------------------
>
>                 Key: BAHIR-72
>                 URL: https://issues.apache.org/jira/browse/BAHIR-72
>             Project: Bahir
>          Issue Type: New Feature
>          Components: Flink Streaming Connectors
>            Reporter: shijinkui
>            Assignee: shijinkui
>             Fix For: Flink-0.1
>
>
> Also discuss from flink: https://issues.apache.org/jira/browse/FLINK-4630
> When source stream get start, listen a provided tcp port, receive stream data from user data source.
> This netty tcp source is keepping alive and end-to-end, that is from business system to flink worker directly. 
> Such source service is needed in produce indeed.
> describe the source in detail below:
> 1.	source run as a netty tcp and http server
> 2.	user provide a tcp port, if the port is in used, increace the port number between 1024 to 65535. Source can parallel.
> 3.	callback the provided url to report the real port to listen
> 4.	user push streaming data to netty server, then collect the data to flink



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