Skip to content

Apache Kafka operation binding

Contains information about the operation representation in Apache Kafka.

Structure

copy
{
$schema:"http://json-schema.org/draft-07/schema#"
$id:"http://asyncapi.com/bindings/kafka/0.3.0/operation.json"
title:"Operation Schema"
description:"This object contains information about the operation representation in Kafka."
type:"object"
additionalProperties:false
patternProperties:{...}
properties:{...}
examples:[...]
}

Examples

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

Changelog

Good news, nothing was changed