Feature request: support Nats transport
Given that the library at https://github.com/nats-io/nats.net isn't GA yet, and doesn't look like it's getting a lot of work done on it (and I acknowledge that CloudNative.CloudEvents is in a similar position) I'm not expecting this to go anywhere right now.
I would suggest that anyone thinking about implementing this might want to wait until our 2.0 GA before implementing it.
Just to let you know @jskeet that the NATS dev team recently forked a popular unofficial client (AlterNats) to start work on an "all async, low allocation" official v2 client: https://github.com/nats-io/nats.net.v2/ -- it's still in an alpha condition, but this is for the JetStream (messaging) portion. The pubsub part - which I presume is where CE belongs - is stable