An observable microservice bus library for .NET, that wraps the underlying message transports in simple Rx based interfaces.
Las características principales de christopherread/obvs son: Distributed Computing.
Las alternativas de código abierto para christopherread/obvs incluyen: app-vnext/polly — Polly is a resilience and transient-fault-handling library for .NET applications. It provides a framework for defining… damianh/proxykit — A toolkit to create code-first HTTP reverse proxies on ASP.NET Core. dask/dask-image — dask-image. exceptionless/foundatio — Pluggable foundation blocks for building distributed apps. gjoseph92/stackstac — Turn a list of STAC items into a 4D xarray DataArray (dims: time, band, y, x), including reprojection to a common… jasperfx/jasper — Next generation application development framework for .Net.
A toolkit to create code-first HTTP reverse proxies on ASP.NET Core
Pluggable foundation blocks for building distributed apps.
Polly is a resilience and transient-fault-handling library for .NET applications. It provides a framework for defining and executing stability patterns that manage failures and resource exhaustion during operation execution. The library enables developers to compose complex resilience strategies through a fluent builder pattern, wrapping target operations in functional decorators. These policies intercept execution flow to apply automated recovery mechanisms, such as retries for temporary errors or circuit breakers that isolate unstable components by blocking requests. The framework supports