get_mode
Retrieve the current operating mode of the Kafka Schema Registry. Use this tool for backward compatibility or switch to the 'registry://mode' resource for improved performance.
Instructions
Get the current mode of the Schema Registry.
NOTE: This tool is maintained for backward compatibility. Consider using the 'registry://mode' 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"
}