feat: check with tokio in memory channel
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
98550ace16
commit
05fb5c0722
@ -90,7 +90,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)
|
||||
- [ ] [Tokio channel (used for in-memory processing)](crates/crunch-transport-tokio-channel)
|
||||
- [x] [Tokio channel (used for in-memory processing)](crates/crunch-transport-tokio-channel)
|
||||
|
||||
### Persistence
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user