Skip to content

Support streaming in SqlTemplate #1624

@zZHorizonZz

Description

@zZHorizonZz

Describe the feature

It would be nice if SqlTemplate exposed something like executeStream(int size, Map<String, Object> params) method that would provide ability to use row streaming (on supported clients). Otherwise user needs to result to using raw client, which is viable but if you are using SqlTemplate and for streaming you need to switch directly to use the client it can be a bit clunky.

Contribution

I would be willing to take a look at this

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions