Skip to content

Latest commit

 

History

History
executable file
·
24 lines (18 loc) · 884 Bytes

README.md

File metadata and controls

executable file
·
24 lines (18 loc) · 884 Bytes

Broker implementations for github.com/leolara/conveyor

Build Status docs

At this repo you can find implementations for different messaging systems that are compatible with Conveyor, so you can use them in a Go idiomatic and asynchronous way using Go channels.

Implementations:

  • Kafka
  • MQTT
  • NATS
  • NSQ
  • RabbitMQ
  • Redis
  • SQS
  • STAN (NATS streaming)
  • STOMP
  • Micro, a wrapper around go-micro project brokers that convert them

Currently, there are all implemented using a small wrapper around Go micro broker libraries.

For more information about conveyor: github.com/leolara/conveyor