Skip to content

Provide JDBC supplier with a way to set fixed-delay when split is true #236

Description

@trisberg

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions