2.16. Cassandra CQL


使用 CQL3 API(而不是 Thrift API)与 Cassandra 2.0 集成。基于 DataStax 提供的 Cassandra Java 驱动程序。

2.16.1. 内部

有关用法和配置详情,请参阅上面的链接。

2.16.2. Maven 协调

在 code.quarkus.redhat.com 上使用此扩展创建一个新项目

或者在现有项目中添加协调:

<dependency>
    <groupId>org.apache.camel.quarkus</groupId>
    <artifactId>camel-quarkus-cassandraql</artifactId>
</dependency>

2.16.3. 其他 Camel Quarkus 配置

2.16.3.1. 以原生模式进行 Cassandra 聚合存储库

要在原生模式中使用 Cassandra 聚合存储库(如 CassandraAggregationRepository ),您必须启用原生序列化支持

另外,如果您的交换器是自定义类型,则必须通过向 @RegisterForReflection(serialization = true) 标注类声明来序列化它们。

Red Hat logoGithubRedditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

© 2024 Red Hat, Inc.