第 346 章 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>
346.1. URI 格式
thrift://service[?options]