Skip to content

Commit

Permalink
mq: add readme
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Login <[email protected]>
  • Loading branch information
batazor committed Nov 12, 2023
1 parent 0d370f5 commit 6828827
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions internal/pkg/mq/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## MQ Adapter

This package provides a simple abstraction for a message queue.

### Support MQ

- [x] RabbitMQ
- [x] Kafka/RedPanda
- [x] NATS
- [x] Redis
- [ ] NSQ
- [ ] Apache Pulsar
- [ ] AWS SQS

0 comments on commit 6828827

Please sign in to comment.