Skip to content

Apache Kafka operation binding

Contains information about the operation representation in Apache Kafka.

Structure

copy

Examples

json
{
    "groupId": {
        "type": "string",
        "enum": [
            "myGroupId"
        ]
    },
    "clientId": {
        "type": "string",
        "enum": [
            "myClientId"
        ]
    },
    "bindingVersion": "0.3.0"
}

Changelog

Good news, nothing was changed