Re: GRPC source in Flink

2017-07-31 Thread Chen Qin
your data received from rpc server to a distributed queue and consume from queue might be better idea. Thanks, Chen On Mon, Jul 31, 2017 at 5:13 PM, Basanth Gowda <basanth.go...@gmail.com> wrote: > Hi, > > > Is there a way to get data from GRPC source in flink. If we can

GRPC source in Flink

2017-07-31 Thread Basanth Gowda
Hi, Is there a way to get data from GRPC source in flink. If we can how we guarantee that events are not lost once submitted to Flink. thank you