Retrieve Schema Registry Configuration for a kafka Cluster
To retrieve the Schema Registry configuration for a Kafka cluster, send a GET request to /v2/databases/$DATABASE_ID/schema-registry/config. The response is a JSON object with a compatibility_level key, which is set to an object containing any database configuration parameters.
Path parameters
A unique identifier for a database cluster.
Response
A JSON object with a key of compatibility_level.
Changes
Changed in 2 of the 8 revisions of this API.3
- ○
api tag
DigitalOcean-public.v2-new_Databasesaddedapi-tag-added
- ○
api tag
Databasesremovedapi-tag-removed
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○