connor4312 / cockatiel

🐦 A resilience and fault-handling library. Supports Backoffs, Retries, Circuit Breakers, Timeouts, Bulkhead Isolation, and Fallbacks.
MIT License
1.59k stars 50 forks source link

Consider linking polly-js in readme.md #49

Closed nth-commit closed 2 years ago

nth-commit commented 3 years ago

Hey team,

The maintainer of https://github.com/mauricedb/polly-js mentioned they would be open to a cross-reference between the two packages.

This would massively help devs find what they're looking for. I think a group of people who want a Polly implementation in JS land are probably just after the retry functionality, which polly-js might be suitable for. But there's another group of people (myself included) who are after all the extra features that Polly .NET provides (especially the ones that are harder to handroll, like bulkhead and circuit breaker). Personally, I was searching for these features and couldn't find cockatiel through googling (only polly-js) - a colleague managed to find it and link me.

See this issue for context: https://github.com/mauricedb/polly-js/issues/141

Thanks 🙂