test_registry_connection
Check connectivity to a Kafka Schema Registry instance. Use this tool to verify operational status and ensure proper communication with the specified registry.
Instructions
Test connection to a specific registry.
NOTE: This tool is maintained for backward compatibility. Consider using the 'registry://status/{name}' resource instead for better performance.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
registry | No |
Input Schema (JSON Schema)
{
"properties": {
"registry": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Registry"
}
},
"type": "object"
}