Red Hat Training

A Red Hat training course is available for Red Hat Fuse

319.8. 依存関係

camel ルートで Thrift を使用するには、このデータ形式を実装する camel-thrift の依存関係を追加する必要があります。

<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>