【发布时间】:2023-04-06 08:41:02
【问题描述】:
拥有这个 Spring-XML 配置
<to uri="http://localhost:8088/?httpMethod=GET&bridgeEndpoint=true&socketTimeout=10000&throwExceptionOnFailure=false"/>
我在 IntelliJ IDEA 中收到了 socketTimeout is a custom option that is not part of the Camel component 警告。
实际上,在camel-docs 中,我在组件选项中看到socketTimeout,上面sn-p 中的其他选项在查询参数中,所以问题是是否应该以不同方式指定socketTimeout?正确的做法是什么?
提前致谢
【问题讨论】:
标签: spring-boot http apache-camel apache-camel-3