第 345 章 Thrift 组件

可作为 Camel 版本 2.20 可用

Thrift 组件允许您使用 Apache Thrift 二进制通信协议和序列化机制调用或公开远程过程调用(RPC)服务。

Maven 用户需要将以下依赖项添加到其 pom.xml 中:

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-thrift</artifactId>
    <version>x.x.x</version>
    <!-- use the same version as your Camel core version -->
</dependency>

345.1. URI 格式

thrift://service[?options]