asyncapi / saunter

Saunter is a code-first AsyncAPI documentation generator for dotnet.
https://www.asyncapi.com/
MIT License
194 stars 55 forks source link

How to specify KAFKA bindings #175

Open renjithnew2 opened 10 months ago

renjithnew2 commented 10 months ago

How to specify bindings for KAFKA? Where we can specify the topic? When I look in to KafkaChannelBinding.cs, it says "This object MUST NOT contain any properties. Its name is reserved for future use." https://github.com/tehmantra/saunter/blob/main/src/Saunter/AsyncApiSchema/v2/Bindings/Kafka/KafkaChannelBinding.cs When these properties will be added or is there a way to specify the bindings for Kafka.

Thanks for fixing/advising.