sdk-csharp
sdk-csharp copied to clipboard
CSharp SDK for CloudEvents
Hi, I wanted to write a mapping between the [Azure.Messaging.CloudEvent](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/src/Messaging/CloudEvent.cs) which is JSON spec conform and the `CloudNative.CloudEvents.CloudEvent` and realized the difference on the `Source` Property type. There is any...
This pull request implements support for [Kafka Message key types other than "string?".](https://github.com/cloudevents/sdk-csharp/issues/313)
The current extensión methods that allow transforming to and from CloudEvents into Kafka messages expects always messages of type Message where the first generic template parameter is the type of...
Hi everyone im new to open source and im willing to start contribute to the project, how can i start ?
PR for #310 Adds AMQP 0.9.1 protocol binding using the [RabbitMq.Client](https://www.rabbitmq.com/client-libraries/dotnet-api-guide#overview). It follows the ["RabbitMQ Protocol Binding for CloudEvents" specification](https://github.com/knative-extensions/eventing-rabbitmq/blob/main/cloudevents-protocol-spec/spec.md).
Hi, I worked on an AMQP 0.9.1 protocol binding using the [RabbitMq.Client](https://www.rabbitmq.com/client-libraries/dotnet-api-guide#overview). I followed the ["RabbitMQ Protocol Binding for CloudEvents" specification](https://github.com/knative-extensions/eventing-rabbitmq/blob/main/cloudevents-protocol-spec/spec.md) and looked (of course) at how the [AMQP 1.0...
Contributes to https://github.com/cloudevents/sdk-csharp/issues/290. Starting off with just a PACKAGE.md for the central package. If this format looks good, I'll copy it to the other packages.
Hi all, I have bee working in event-driven architectures using RabbitMQ for the last years, and the approach, for relatively small products, is that the project that owns an event...
We should use Renovate (or similar) to keep our dependencies up-to-date.
We're depending on v1.x of Confluent.Kafka, last released in December 2022. The release notes for the first 2.x release state: > OpenSSL 3.0.x upgrade in librdkafka requires a major version...