ChannelBinding
faststream.specification.asyncapi.v2_6_0.schema.bindings.kafka.channel.ChannelBinding
#
Bases: BaseModel
A class to represent a channel binding.
ATTRIBUTE | DESCRIPTION |
---|---|
topic |
optional string representing the topic
|
partitions |
optional positive integer representing the number of partitions
|
replicas |
optional positive integer representing the number of replicas
|
bindingVersion |
string representing the binding version
|