sdk-java icon indicating copy to clipboard operation
sdk-java copied to clipboard

Java SDK for CloudEvents

Results 104 sdk-java issues
Sort by recently updated
recently updated
newest added

By default the Knative `KafkaSink` sends messages in *structured* mode. And my `CloudEventDeserializer` was failing to handle that form. Switching the `KafkaSink` to *binary* worked. But it'd be great if...

needs-user-input

This patch is to provide an Avro format implementation for the CloudEvent 1.0. Fixes #115 TODO items: - [x] unit tests - [ ] extension fields? - [x] data

This is a placeholder to add support for the XML Format that is currently in the process of being formalized in the CE working group. I am in the process...

The CE spec defines the [JSON Batch Format] and the Java SDK doesn't support it. Our core interfaces are designed to work with only one CloudEvent and we shouldn't break...

enhancement
help wanted

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...

enhancement
help wanted

Organizing for readability and a better "at a glance" understanding of the state of what this SDK supports. As a follow-up, I'd like to propose re-organizing the maven modules under...

A first patch that implements the `MessageReader` for #335 **TODO**: implement the MessageWriter for MqttV3 and MqttV5 clients. @slinkydeveloper any feedback is welcome, while i work on implementing the MessageWriter...

Would you be open to adding a jms module that supports a MessageReader and MessageWriter implementation that can read from and write to a javax.jms.Message object? I wrote a prototype...

The Header prefix in the Spring module is ce-, but the prefix in the kafka module is ce_, so that the Spring module cannot consume the messages produced by the...

bug

Hi, I have been thinking about providing a new module for spring boot which offers some auto-configurations. For now, those would be for mvc, webflux and rsocket. But, in the...