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]