Re: 答复: 答复: [DISCUSS] add netty tcp/restful pushed source support

2016-10-12 Thread Stephan Ewen
add netty-source to bahir-flink. > > > > > > Maven repository have no bahir-flink's. > > > https://mvnrepository.com/artifact/org.apache.bahir > > > > > > -邮件原件----- > > > 发件人: Greg Hogan [mailto:c...@greghogan.com] > > > 发送时间: 2016年9月27日 20:58 &

Re: 答复: 答复: [DISCUSS] add netty tcp/restful pushed source support

2016-10-12 Thread Robert Metzger
Because pushing mode is hard to control the flow throughput, > > > the upstream client can. > > > This netty connector's purpose is end-to-end streaming, > > > minimum time delay. > > > 3. Later on, We can provide http protocol ability, put,

Re: 答复: 答复: [DISCUSS] add netty tcp/restful pushed source support

2016-09-28 Thread Stephan Ewen
nimum time delay. > > 3. Later on, We can provide http protocol ability, put, post, get, > > even websocket or jersey restful based on netty. > > > > -邮件原件- > > 发件人: Stephan Ewen [mailto:se...@apache.org] > > 发送时间: 2016年9月27日 16:54 > > 收件人: dev@f

答复: 答复: [DISCUSS] add netty tcp/restful pushed source support

2016-09-27 Thread shijinkui
@flink.apache.org 主题: Re: 答复: [DISCUSS] add netty tcp/restful pushed source support Apache Bahir's website only suggests support for additional frameworks, but there is a Flink repository at https://github.com/apache/bahir-flink On Tue, Sep 27, 2016 at 8:38 AM, shijinkui <shijin...@huawei.

Re: 答复: [DISCUSS] add netty tcp/restful pushed source support

2016-09-27 Thread Greg Hogan
; 发件人: Stephan Ewen [mailto:se...@apache.org] > 发送时间: 2016年9月27日 16:54 > 收件人: dev@flink.apache.org > 主题: Re: [DISCUSS] add netty tcp/restful pushed source support > > I think that could be an interesting source. Two quick questions to move > forward > > - To keep the Flink code b

答复: [DISCUSS] add netty tcp/restful pushed source support

2016-09-27 Thread shijinkui
: 2016年9月27日 16:54 收件人: dev@flink.apache.org 主题: Re: [DISCUSS] add netty tcp/restful pushed source support I think that could be an interesting source. Two quick questions to move forward - To keep the Flink code base from becoming too big (hard to maintain and test) we started working with Apache

Re: [DISCUSS] add netty tcp/restful pushed source support

2016-09-27 Thread Stephan Ewen
I think that could be an interesting source. Two quick questions to move forward - To keep the Flink code base from becoming too big (hard to maintain and test) we started working with Apache Bahir as a project dedicated to streaming connectors. Would that be a good target for the connector?

[DISCUSS] add netty tcp/restful pushed source support

2016-09-26 Thread shijinkui
Hi, all 1.In order to support end-to-end pushed source, I create FLINK-4630. I want to know whether is this idea worth? --- When source stream get start, listen a provided tcp port, receive stream data from user data