Expected Behavior
The user can throttle the initial polling with a fixed delay when split is set to the default value of true.
This would be similar to the spring.cloud.stream.poller.fixed-delay property available when split is set to false.
Current Behavior
The initial polling is repeated until there are no more results returned without any kind of pausing which can overwhelm downstream processing when there are many thousands of rows returned by the query.
Context
The current workaround is to always set split to false.
Expected Behavior
The user can throttle the initial polling with a fixed delay when split is set to the default value of true.
This would be similar to the
spring.cloud.stream.poller.fixed-delayproperty available when split is set to false.Current Behavior
The initial polling is repeated until there are no more results returned without any kind of pausing which can overwhelm downstream processing when there are many thousands of rows returned by the query.
Context
The current workaround is to always set split to false.