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.
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 🙂