Skip to content

Apache Kafka message binding

Contains information about the message representation in Apache Kafka.

Structure

copy

Examples

json
{
    "key": {
        "type": "string",
        "enum": [
            "myKey"
        ]
    },
    "bindingVersion": "0.1.0"
}

Changelog

Good news, nothing was changed