You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
JdbcPollingChannelAdapter
used byJdbcOutboundGateway
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 byJdbcOutboundGateway
Reference from SO:
https://stackoverflow.com/questions/74729365/spring-integration-jdbc-outboundgateway-returning-1-record-only-even-with-maxrow
The text was updated successfully, but these errors were encountered: