sdk-java
sdk-java copied to clipboard
Java SDK for CloudEvents
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...
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
In addition to Jackson, support for `jakarta.json.bind:jakarta.json.bind-api:^2`.
Investigate whether the amqp binding based on proton can leverage the `CloudEventData` abstraction see https://github.com/cloudevents/sdk-java/pull/270#discussion_r522871647
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
`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...
Extend sdk-java ti support integration with apache pulsar (https://pulsar.apache.org)
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...