Skip to content

ChannelBinding

faststream.asyncapi.schema.bindings.kafka.ChannelBinding #

Bases: BaseModel

A class to represent a channel binding.

Note

The above docstring is autogenerated by docstring-gen library (https://docstring-gen.airt.ai)

bindingVersion class-attribute instance-attribute #

bindingVersion: str = '0.4.0'

partitions class-attribute instance-attribute #

partitions: Optional[PositiveInt] = None

replicas class-attribute instance-attribute #

replicas: Optional[PositiveInt] = None

topic class-attribute instance-attribute #

topic: Optional[str] = None

Last update: 2023-11-13