@asyncapi/specs
Version:
AsyncAPI schema versions
15 lines (14 loc) • 325 B
JSON
[
{
"host": "kafka.in.mycompany.com:9092",
"description": "Production Kafka broker.",
"protocol": "kafka",
"protocolVersion": "3.2"
},
{
"host": "rabbitmq.in.mycompany.com:5672",
"pathname": "/production",
"protocol": "amqp",
"description": "Production RabbitMQ broker (uses the `production` vhost)."
}
]