OmniRelay 0.4.1
dotnet add package OmniRelay --version 0.4.1
NuGet\Install-Package OmniRelay -Version 0.4.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OmniRelay" Version="0.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OmniRelay" Version="0.4.1" />
<PackageReference Include="OmniRelay" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OmniRelay --version 0.4.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: OmniRelay, 0.4.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package OmniRelay@0.4.1
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=OmniRelay&version=0.4.1
#tool nuget:?package=OmniRelay&version=0.4.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
OmniRelay
OmniRelay is the .NET implementation of Uber's YARPC runtime. It provides a unified dispatcher that routes RPC traffic across HTTP and gRPC transports while layering codecs, middleware, and peer management strategies.
Highlights
- Single dispatcher surface for unary, oneway, and streaming RPCs.
- Built-in codecs for JSON, protobuf, and raw payloads.
- Middleware for tracing, metrics, logging, retries, deadlines, and rate limiting.
- Peer choosers (round-robin, fewest-pending, two-random-choice) with circuit breaking.
- Health and introspection endpoints plus OpenTelemetry integrations.
Documentation
- Quickstart:
docs/reference/quickstart.md - Middleware guide:
docs/reference/middleware.md - Error handling:
docs/reference/errors.md - Streaming support:
docs/reference/streaming.md
Getting Started
dotnet add package OmniRelay
See the repository README for a complete host setup, configuration samples, and CLI tooling.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Google.Protobuf (>= 3.33.0)
- Grpc.AspNetCore.Server (>= 2.71.0)
- Grpc.HealthCheck (>= 2.71.0)
- Grpc.Net.Client (>= 2.71.0)
- Hugo (>= 1.4.2)
- JsonSchema.Net (>= 7.4.0)
- OpenTelemetry (>= 1.14.0-rc.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on OmniRelay:
| Package | Downloads |
|---|---|
|
OmniRelay.Configuration
Configuration binder, hosting extensions, and dependency injection for OmniRelay dispatchers. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.4.1 | 162 | 11/6/2025 |
| 0.4.0 | 158 | 11/6/2025 |
| 0.3.0-rc.1 | 149 | 11/5/2025 |
| 0.2.2-rc.2 | 148 | 11/4/2025 |
| 0.2.2-rc.1 | 146 | 11/4/2025 |
| 0.2.1-rc.2 | 157 | 11/4/2025 |
| 0.2.1-rc.1 | 145 | 11/4/2025 |
| 0.2.0-rc.1 | 145 | 11/4/2025 |