Enable schema registry and REST proxy
You can enable the Karapace schema registry and REST proxy independently on Aiven for Apache Kafka®.
Enable from Connection information
- In the Aiven Console, select your project and choose your Aiven for Apache Kafka® service.
- On the Overview page, open Connection information.
- To enable the REST proxy, open the Apache Kafka REST tab. When the feature is off, the tab shows Enable REST Proxy.
- Click Enable.
This sets
kafka_rest. - To enable Schema Registry, open the Schema Registry tab. When the feature is off, the tab shows Enable schema registry.
- Click Enable.
This sets
schema_registry.
Enable from Service settings
- In the Aiven Console, select your project and choose your Aiven for Apache Kafka® service.
- Click Service settings.
- In Service management, click Actions (...).
- To enable the REST proxy, click Enable REST API (Karapace), then click
Enable.
This sets
kafka_rest. In Service management, the feature appears as Apache Kafka REST API (Karapace). - To enable Schema Registry, click Enable Schema Registry (Karapace), then
click Enable.
This sets
schema_registry. In Service management, the feature appears as Schema Registry (Karapace).
tip
For automation, set the schema_registry and kafka_rest service parameters.
Related pages