NSQ
NSQ is a perfect service bus for in-house usage.
system: bus provider: nsq app ready introduced in v0.1
NSQ is a light-weight and blazing-fast pub/sub service bus, written in Go and it’s perfect for simple in-house installation.
WARN Authentication is not supported as of now.
Configuration options
Param | Required | Type | Default | Description |
---|---|---|---|---|
server | yes | string | nsqd address |
|
timeout | int | 1 |
NSQ dial timeout in seconds |
Example
system: bus
provider: nsq
server: nsqd.default.svc.cluster.local:4150