1.8. Service Registry 演示示例
Service Registry 提供开源示例应用程序,它演示了如何在不同用例中使用 Service Registry。例如,这包括存储 Kafka 序列化器和反序列化器(SerDes)类使用的模式。这些 Java 类从 registry 获取的 schema,以便在生成或消耗操作以序列化、去序列化或验证 Kafka 消息有效负载时使用。
这些示例应用程序包括以下内容:
- Apache Avro SerDes
- Google Protobuf SerDes
- JSON Schema SerDes
- Confluent SerDes
- 自定义 ID 策略
- REST 客户端
- 云事件
- Quarkus 和 Kafka
- 带有 Quarkus 和 Kafka 的 Apache Camel
其他资源
- 如需了解更多详细信息,请参阅 https://github.com/Apicurio/apicurio-registry-examples