Alef Carlos
Alef Carlos
Given this example: ```csharp using System; using System.Runtime.Serialization; namespace Super.GlobalPlatform.Authorizer.Events { /// /// Summary record test /// [DataContract(Name = nameof(EventA), Namespace = "namespace.name")] public class EventA { /// /// Summary...
I'm extending the poc with Outbox Pattern, now i'm trying to use a centralized database. There are 2 applications, each application only knows their own messages. When the App1 reads...
Is it possible to apply rules on Skip ? ``` public void Configure(IEndpointsConfigurationBuilder builder) { builder .AddKafkaEndpoints( endpoints => endpoints // Configure the properties needed by all consumers/producers .Configure( config...
### Is your request related to a problem you have? N/A ### Describe the solution you'd like What about supporting `Diagnostics.Metrics` instead of `prometheus-net`? Using Metrics we are able to...