Releases: houseofcat/turbocookedrabbit
Releases · houseofcat/turbocookedrabbit
Moving Some Tests From Main
Got an issue from go get
with lint
that there were no non-test Go files
that failed some Gitlab golint/builds.
Initial Release of TurboCookedRabbit
- Full Round Robin ConnectionPool.
- Fully configurable and supports TLS.
- Full Round Robin ChannelPool.
- Fully configurable.
- Builtin Pool Based Circuit Breaker
- Behavior modifiable by config.
- Publisher
- Allows simply Publish, PublishWithRetry, and AutoPublish.
- Fully configurable.
- Consumer
- Allows out-of-process Consuming.
- Supports Get and GetBatch.
- Fully configurable.
- Topologer
- Allows CreateExchange, CreateQueue.
- Allows QueueBinding, QueuePurging, QueueDelete, and QueueUnbind.
- Allows DeleteExchange and ExchangeUnbind.
- Allows bulk Topology creation and binding by JSON config.
- ChannelHost - a channel wrapper.
- ConnectionHost - a connection wrapper.
- RandomBytes/String generator.
- Numerous tests.
- Numerous benchmarks.
- Colorful README.md