Hi Flink Users,

We wanted to use Flink to run a decoration pipeline, where we would like to
make calls to some external service to fetch data and alter the event in
the Flink pipeline.

Since there's external service call involved so we want to do batch calls
so that it can reduce the load on the external service.(batching multiple
flink events and just make one external service call)

It looks like min-batch might be something we can leverage to achieve that
but that feature seems to only exist in table API. We are using datastream
API and we are wondering if there's any solution/workaround for this?


Thanks
Leon

Reply via email to