Code Block | ||||
---|---|---|---|---|
| ||||
servers:
production:
url: kafka.bootstrap:{port}
protocol: kafka
variables:
port:
default: '9092'
enum:
- '9092'
- '9093' |
Table of Contents |
---|
References
...
View file | ||||
---|---|---|---|---|
|
Any Other Header
...
Code Block | ||||
---|---|---|---|---|
| ||||
servers:
production:
url: kafka.bootstrap:{port}
protocol: kafka
variables:
port:
default: '9092'
enum:
- '9092'
- '9093' |
Code Block | ||||
---|---|---|---|---|
| ||||
channels:
event.lighting.measured:
publish:
bindings:
kafka:
groupId: my-group
operationId: readLightMeasurement
message:
$ref: '#/components/messages/lightMeasured'
subscribe:
operationId: updateLightMeasurement
message:
$ref: '#/components/messages/lightMeasured' |