【发布时间】:2018-07-16 12:01:48
【问题描述】:
Spring-integration-jdbc 5.0.6.RELEASE.
我发现“stored-proc-inbound-channel-adapter”不再具有属性“max-rows-per-poll”。它的替代品是什么?
【问题讨论】:
标签: java spring spring-integration
Spring-integration-jdbc 5.0.6.RELEASE.
我发现“stored-proc-inbound-channel-adapter”不再具有属性“max-rows-per-poll”。它的替代品是什么?
【问题讨论】:
标签: java spring spring-integration
<int-jdbc:stored-proc-inbound-channel-adapter> 从未有过max-rows-per-poll 选项。这是Reference Manual 中的一个错误。我认为这是从常规<int-jdbc:inbound-channel-adapter> 描述中复制/粘贴的愚蠢结果。
不知道你为什么谈论<int-jdbc:stored-proc-inbound-channel-adapter> 和那个版本,但事实上<int-jdbc:inbound-channel-adapter> 现在在5.1 版本中需要max-rows。尽管如此,max-rows-per-poll 仍然存在,尽管已被弃用。
【讨论】: