Apicurio Schema Registry

Apicurio Schema Registry provides schema storage and validation for Kafka client applications. It is the preferred Schema Registry in the Axual Platform, supporting Avro, Protobuf, and JSON Schema formats, as well as both BasicAuth and OAuth authentication for SerDes clients.

Apicurio version 2.6.x is the latest currently supported version in the Platform.

Schema Types

Apicurio supports the following schema formats:

  • Avro — recommended; native Kafka fit, flexible schema evolution

  • Protobuf — suited for RPC and microservices integrations

  • JSON Schema — suitable for API validation use cases

For a detailed comparison of schema formats and serialization guidance, see Selecting Data Formats.

For Developers

Java examples demonstrating serializer and deserializer usage are available in the public client-java-examples repository.

For Instance Admins

For Operators

API

For detailed API information, refer to the official Apicurio Registry API documentation.

Changelog & Readme