All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.data.testConnections.messaging.redpanda.json Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
{
    "name": "Redpanda",
    "displayName": "Redpanda 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
        }
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy