EventDriven.SchemaRegistry.Mongo
1.0.0-beta2
See the version list below for details.
dotnet add package EventDriven.SchemaRegistry.Mongo --version 1.0.0-beta2
NuGet\Install-Package EventDriven.SchemaRegistry.Mongo -Version 1.0.0-beta2
<PackageReference Include="EventDriven.SchemaRegistry.Mongo" Version="1.0.0-beta2" />
paket add EventDriven.SchemaRegistry.Mongo --version 1.0.0-beta2
#r "nuget: EventDriven.SchemaRegistry.Mongo, 1.0.0-beta2"
// Install EventDriven.SchemaRegistry.Mongo as a Cake Addin
#addin nuget:?package=EventDriven.SchemaRegistry.Mongo&version=1.0.0-beta2&prerelease
// Install EventDriven.SchemaRegistry.Mongo as a Cake Tool
#tool nuget:?package=EventDriven.SchemaRegistry.Mongo&version=1.0.0-beta2&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 |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
-
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.2.1 | 30,551 | 8/8/2022 |
1.2.0 | 42,184 | 2/26/2022 |
1.2.0-beta2 | 86 | 2/9/2022 |
1.2.0-beta1 | 93 | 1/31/2022 |
1.1.0 | 34,473 | 12/14/2021 |
1.0.0-beta4 | 854 | 5/16/2021 |
1.0.0-beta3 | 125 | 5/15/2021 |
1.0.0-beta2 | 107 | 5/14/2021 |