get_global_config
Retrieve global configuration settings for Kafka Schema Registry. Designed for backward compatibility, use 'registry://{name}/config' for improved performance.
Instructions
Get global configuration settings.
NOTE: This tool is maintained for backward compatibility. Consider using the 'registry://{name}/config' resource instead for better performance.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context | No | ||
registry | No |
Input Schema (JSON Schema)
{
"properties": {
"context": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Context"
},
"registry": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Registry"
}
},
"type": "object"
}