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

Java SDK for CloudEvents

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

This module implements the [Avro Event Format](https://github.com/cloudevents/spec/blob/v1.0/avro-format.md). - `avro` __This module depend on [api](https://github.com/cloudevents/sdk-java/issues/111) one.__ When someone wants the avro format to create or read events, they add this module...

enhancement
help wanted

If you use Spring Cloud Function 3.1.3 then Kafka should work with Spring Cloud Streams out of the box already. This sample adds support for vanilla Spring Kafka with `@KafkaListener`...

Pretty much like we did in sdk-go: https://github.com/cloudevents/sdk-go/issues/609

enhancement
performance

In addition to Jackson, support for `jakarta.json.bind:jakarta.json.bind-api:^2`.

enhancement
help wanted

Investigate whether the amqp binding based on proton can leverage the `CloudEventData` abstraction see https://github.com/cloudevents/sdk-java/pull/270#discussion_r522871647

enhancement

A container issue to implement the [MQTT protocol binding](https://github.com/cloudevents/spec/blob/v1.0.1/mqtt-protocol-binding.md) for cloud events

enhancement

`ByteBuffer`s gives a great deal of flexibility (they can be allocated in and off heap). If allocated outside the heap, they give a huge perf boost and, if allocated in...

enhancement
discussion

Extend sdk-java ti support integration with apache pulsar (https://pulsar.apache.org)

enhancement
help wanted
good first issue

Fixes https://github.com/cloudevents/sdk-java/issues/481 Signed-off-by: Frederic Delechamp

This addresses issue #413 - I understand it will take a fair amount to review and there may be plenty of feedback. I tend to squash commits to retain only...