Open srimadhavan opened 3 years ago
Contributions are welcome!
I'm working on this.
The bit thats taking the time is the header value encoding as per the spec here: https://github.com/cloudevents/spec/blob/main/cloudevents/bindings/nats-protocol-binding.md - its not URL encoding and its not anything standard and is going to require a fair degree of work.
Is anyone working on this? Seems it stalled on the previous attempt at the PR stage. I'd be interested if not
I'm trying to encourage Cloudevents adoption at work, having NATS integration would smooth the path. I have studied the Golang implementation and the spec so I have a fair sense of it.
I already implemented and published it under my own company public GitHub repo because I couldn't get a review completed after several months of waiting. It has been successfully used in several releases of our open source feature flagging platform.
@lilytrotter did you try the one I linked?
I am working on to Integrate the Cloud Events with NATS Event Driven Architecture. I am seeing there is no JAVA client library for NATS and NATS JetStream. Please add the Java client for sender, receiver, publish and subscribe for NATS and NATS Jetstream from Cloud Event client.