Skip to content

Apache Kafka server binding

Contains information about the server representation in Apache Kafka.

Structure

copy
{
$schema:"http://json-schema.org/draft-07/schema#"
$id:"http://asyncapi.com/bindings/kafka/0.3.0/server.json"
title:"Server Schema"
description:"This object contains server connection information to a Kafka broker. This object contains additional information not possible to represent within the core AsyncAPI specification."
type:"object"
additionalProperties:false
patternProperties:{...}
properties:{...}
examples:[...]
}

Examples

json
{
    "schemaRegistryUrl": "https://my-schema-registry.com",
    "schemaRegistryVendor": "confluent",
    "bindingVersion": "0.3.0"
}

Changelog

Good news, nothing was changed