Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JdbcPollingChannelAdapter Streaming support #3963

Open
syedyusufh opened this issue Dec 8, 2022 · 0 comments
Open

JdbcPollingChannelAdapter Streaming support #3963

syedyusufh opened this issue Dec 8, 2022 · 0 comments

Comments

@syedyusufh
Copy link

JdbcPollingChannelAdapter used by JdbcOutboundGateway does NOT stream the resultset, whereas returns all the results as a list. This could result in OOM if there are large number of records returned.

Would be better if streaming support is added to JdbcPollingChannelAdapter used by JdbcOutboundGateway

Reference from SO:
https://stackoverflow.com/questions/74729365/spring-integration-jdbc-outboundgateway-returning-1-record-only-even-with-maxrow

@syedyusufh syedyusufh added status: waiting-for-triage The issue need to be evaluated and its future decided type: enhancement labels Dec 8, 2022
@syedyusufh syedyusufh changed the title Streaming support into a JdbcPollingChannelAdapter JdbcPollingChannelAdapter Streaming support Dec 8, 2022
@artembilan artembilan added in: jdbc and removed status: waiting-for-triage The issue need to be evaluated and its future decided labels Dec 8, 2022
@artembilan artembilan added this to the Backlog milestone Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants