JDBC input plugin : back pressure?

I have a pipiline, with a jdbc input, http filter (adds data from a rest service), and an http output.

The JDBC input, seem to run on a schedule.

What will happen if all the events created by the previous query have not been processed before the next execution of the Jdbc Input plugin?

Is it back-pressure sensitive? If output to HTTP received 429 response code, will the jdbc plugin play nice, or just keep querying on schedule.?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.