json.data.testConnections.messaging.kafka.json Maven / Gradle / Ivy
{
"name": "Kafka",
"displayName": "Kafka Test Connection",
"description": "This Test Connection validates the access against the server and basic metadata extraction of topics.",
"steps": [
{
"name": "GetTopics",
"description": "List all the topics available to the user.",
"errorMessage": "Failed to fetch topics, please validate the credentials",
"shortCircuit": true,
"mandatory": true
},
{
"name": "CheckSchemaRegistry",
"description": "Validate schema registry credentials",
"errorMessage": "Failed to interact with schema registry API, please validate the schema registry credentials",
"shortCircuit": false,
"mandatory": false
}
]
}