【问题标题】:does camel azure blob component support proxy as a uri optionCamel azure blob 组件是否支持代理作为 uri 选项
【发布时间】:2017-11-20 19:53:46
【问题描述】:

camel http 组件允许您在路由级别设置代理作为选项,或者也可以在上下文级别。

getContext().globalOptions().put("http.proxyHost", "172.168.18.9");
getContext().globalOptions().put("http.proxyPort" "8080");

camel azure blob 组件也在内部进行 https 调用。但是没有办法像 http 组件那样在 URI 级别设置代理。在系统属性中设置代理有效。但我们想知道,是否可以将其作为组件选项来支持。

【问题讨论】:

    标签: apache-camel


    【解决方案1】:

    【讨论】:

    • 您可以为此选项在 Apache Camel 项目上提出 JIRA。
    • 是的。谢谢。我看过文档,但没有找到任何此类选项。我曾在 HTTP 组件中看到过类似的选项。我尝试在 RouteBuilder 的 config 方法中的全局选项中设置代理属性。
    • 我会为此提出一个 JIRA。
    猜你喜欢
    • 2018-07-13
    • 1970-01-01
    • 1970-01-01
    • 2020-12-04
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多