Relative Content

Tag Archive for apache-flinkflink-streamingpublish-subscribegrpc-pythonpyflink

How to use gRPC client event listener as a source for Apache Flink

I am trying to implement a gRPC client as a source for my Apache Flink application. The goal is to read streaming data from a gRPC event listener (the gRPC client is salesforce PubSub Api for Change data capture) and process it in Flink. The idea is to schedule multiple grpc client to flink as a source and want to manage this dynamically like remove or adding a new client when required

How to use gRPC client event listener as a source for Apache Flink

I am trying to implement a gRPC client as a source for my Apache Flink application. The goal is to read streaming data from a gRPC event listener (the gRPC client is salesforce PubSub Api for Change data capture) and process it in Flink. The idea is to schedule multiple grpc client to flink as a source and want to manage this dynamically like remove or adding a new client when required