feat: add nats example

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-09-24 01:09:43 +02:00
parent 687af13d9c
commit 19a44f968d
6 changed files with 92 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ We recommend wrapping and exposing the parts you need to the library, so that yo
You will need a transport of some sort. Transport is what transfers messages between services, crunch is built to be configurable, and unopinionated, as such most messaging protocols should work fine.
- [ ] [NATS (recommended)](crates/crunch-transport-nats)
- [x] [NATS (recommended)](crates/crunch-transport-nats)
- [x] [Tokio channel (used for in-memory processing)](crates/crunch-transport-tokio-channel)
### Persistence