EventDriven.EventBus.Dapr
1.1.0-beta2
See the version list below for details.
dotnet add package EventDriven.EventBus.Dapr --version 1.1.0-beta2
NuGet\Install-Package EventDriven.EventBus.Dapr -Version 1.1.0-beta2
<PackageReference Include="EventDriven.EventBus.Dapr" Version="1.1.0-beta2" />
paket add EventDriven.EventBus.Dapr --version 1.1.0-beta2
#r "nuget: EventDriven.EventBus.Dapr, 1.1.0-beta2"
// Install EventDriven.EventBus.Dapr as a Cake Addin #addin nuget:?package=EventDriven.EventBus.Dapr&version=1.1.0-beta2&prerelease // Install EventDriven.EventBus.Dapr as a Cake Tool #tool nuget:?package=EventDriven.EventBus.Dapr&version=1.1.0-beta2&prerelease
EventDriven.EventBus.Dapr
An event bus abstraction over Dapr pub/sub.
Introduction
Dapr, which stands for Distributed Application Runtime, uses a sidecar pattern to provide a pub/sub abstraction over message brokers and queuing systems, including AWS SNS+SQS, GCP Pub/Sub, Azure Events Hub and several others.
The Dapr .NET SDK provides an API to perform pub/sub from an ASP.NET service, but it requires the application to be directly aware of Dapr. Publishers need to use DaprClient
to publish an event, and subscribers need to decorate controller actions with the Topic
attribute.
The purpose of the Dapr Event Bus project is to provide a thin abstraction layer over Dapr pub/sub so that applications may publish events and subscribe to topics without any knowledge of Dapr. This allows for better testability and flexibility, especially for worker services that do not natively include an HTTP stack.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net5.0
- Dapr.AspNetCore (>= 1.1.2)
- EventDriven.EventBus.Abstractions (>= 1.0.0)
- EventDriven.SchemaRegistry.Mongo (>= 1.0.0-beta3)
- EventDriven.SchemaValidator.Json (>= 1.0.0-beta1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.6.0 | 170 | 9/19/2024 |
1.5.0 | 195 | 8/24/2024 |
1.5.0-beta2 | 99 | 8/21/2024 |
1.5.0-beta1 | 90 | 8/12/2024 |
1.4.1 | 388 | 4/22/2024 |
1.4.0 | 62,373 | 10/13/2023 |
1.3.8 | 765 | 9/10/2023 |
1.3.7 | 625 | 8/18/2023 |
1.3.6 | 41,309 | 4/21/2023 |
1.3.5 | 1,750 | 4/3/2023 |
1.3.4 | 27,216 | 2/6/2023 |
1.3.3 | 37,680 | 8/8/2022 |
1.3.2 | 835 | 8/6/2022 |
1.3.1 | 3,341 | 7/8/2022 |
1.3.0 | 778 | 7/7/2022 |
1.2.1 | 4,361 | 7/6/2022 |
1.2.0 | 44,384 | 2/26/2022 |
1.2.0-beta4 | 716 | 2/9/2022 |
1.2.0-beta3 | 878 | 2/6/2022 |
1.2.0-beta2 | 652 | 2/6/2022 |
1.2.0-beta1 | 534 | 1/31/2022 |
1.1.0 | 36,597 | 12/14/2021 |
1.1.0-beta3 | 1,316 | 5/16/2021 |
1.1.0-beta2 | 584 | 5/15/2021 |
1.1.0-beta1 | 659 | 5/7/2021 |
1.0.0 | 4,801 | 4/26/2021 |
1.0.0-rc1 | 667 | 4/10/2021 |