Hi All,

We have written a streaming application that will consume the Kafka event
and will call the rest API for some validation information and passed as
side input for validation for each event.

I am just wondering how many times side input will be called for streaming
applications as side input value is dynamic in nature(every 10 seconds)? I
don't want to make calls to Rest API for each event.

I am looking for at least every 10-second side input that would be
refreshed.

Any ideas/suggestions are appreciated.

Regards,
Jitendra Sharma

Reply via email to