EventDriven.SchemaRegistry.Mongo
1.0.0-beta4
See the version list below for details.
dotnet add package EventDriven.SchemaRegistry.Mongo --version 1.0.0-beta4
NuGet\Install-Package EventDriven.SchemaRegistry.Mongo -Version 1.0.0-beta4
<PackageReference Include="EventDriven.SchemaRegistry.Mongo" Version="1.0.0-beta4" />
paket add EventDriven.SchemaRegistry.Mongo --version 1.0.0-beta4
#r "nuget: EventDriven.SchemaRegistry.Mongo, 1.0.0-beta4"
// Install EventDriven.SchemaRegistry.Mongo as a Cake Addin #addin nuget:?package=EventDriven.SchemaRegistry.Mongo&version=1.0.0-beta4&prerelease // Install EventDriven.SchemaRegistry.Mongo as a Cake Tool #tool nuget:?package=EventDriven.SchemaRegistry.Mongo&version=1.0.0-beta4&prerelease
EventDriven.SchemaRegistry.Mongo
A MongoDB state store for validating messages against schemas that are stored in a registry by topic name.
Introduction
A schema registry helps ensure compatibility between event consumers and producers by correlating topics to registered schemas. When a producer publishes a message with an event bus that is configured with a schema registry, the message will be validated against the schema for the event topic. Consumers can then safely deserialize messages using the schema that is registered for the same topic.
If a producer publishes a message that is not compatible with the schema that has been registered for a specific topic, then the schema registry will raise one or more validation errors which prevent the producer from publishing the message using the topic. For example, if there is a schema registered for the v1.CustomerAddressChangedEvent
that requires a City
property, and a producer attempts to publish an event to this topic that is missing City
, then the schema registry will raise an exception and the event will not be published.
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
- EventDriven.SchemaRegistry.Abstractions (>= 1.0.0-beta2)
- Microsoft.Extensions.Options (>= 5.0.0)
- MongoDB.Driver (>= 2.12.3)
- URF.Core.Mongo (>= 3.1.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on EventDriven.SchemaRegistry.Mongo:
Package | Downloads |
---|---|
EventDriven.EventBus.Dapr
An event bus abstraction layer over Dapr pub/sub. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.4.0 | 258 | 9/18/2024 |
1.3.0 | 235 | 8/12/2024 |
1.2.3 | 74,105 | 9/10/2023 |
1.2.2 | 47,077 | 4/9/2023 |
1.2.1 | 66,571 | 8/8/2022 |
1.2.0 | 51,651 | 2/26/2022 |
1.2.0-beta2 | 603 | 2/9/2022 |
1.2.0-beta1 | 1,204 | 1/31/2022 |
1.1.0 | 36,485 | 12/14/2021 |
1.0.0-beta4 | 1,195 | 5/16/2021 |
1.0.0-beta3 | 465 | 5/15/2021 |
1.0.0-beta2 | 203 | 5/14/2021 |