cloudevents / sdk-csharp

CSharp SDK for CloudEvents
Apache License 2.0
272 stars 77 forks source link

Is there any way to send CloudEvents to NATS? #292

Open vvitkovsky opened 3 months ago

vvitkovsky commented 3 months ago

Hello,

Unfortunately I haven't found any example related to sending CloudEvents to NATS (there is only one example how to send HTTP message). I also can't find any CloudNative.CloudEvents.NATS Nuget package, is it integrated to some other Nuget? Is it even possible with current CloudEvents .NET SDK?

I look forward to your answer.

Best regards, Victor

jskeet commented 3 months ago

Well, we don't have an implementation of the NATS binding within this repo at the moment. That doesn't stop you from building one based on the existing packages of course. If you'd like to implement it and contribute it back to this repository, you'd be welcome to do so... I don't expect the existing maintainers to implement it any time soon.

vvitkovsky commented 3 months ago

Ok, got it, thanks.

Best regards, Victor