-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
Description
For example, in the case of Kafka's Server Binding
servers:
production:
bindings:
kafka:
schemaRegistryUrl: 'https://my-schema-registry.com'
schemaRegistryVendor: 'confluent'
bindingVersion: '0.4.0'but currently there is only one Binding type and it is defined as follows
- name: Binding
traits:- Extensible
properties: - name: '*'
type: any
propertyOrder: - $this
- $Extensible
- Extensible
No restrictions.
I would like to add individual restrictions, but is there a naming convention here?
A sample is provided below.
I would like to make a sample if this is acceptable.
KafkaServersBinding
KafkaChannelBinding
KafkaChannelTopicConfigurationBinding
KafkaOperationBinding
KafkaMessageBinding
https://github.com/asyncapi/bindings/tree/master/kafka