Java SDK for CloudEvents
Go to file
Alfusainey Jallow bbce65aa64
Add AMQP example (#294)
* Add AMQP example

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>

* close client connection after sending msg

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>

* use Vert.x 4 and refactor according to feedback

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>

* resolve conflicts + move to examples/amqp-proton

Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
2020-11-24 09:38:37 +01:00
.github/workflows
.mvn/wrapper
amqp Use constants added in #280 (#282) 2020-11-24 08:43:12 +01:00
api Introduce CloudEventContext (#296) 2020-11-23 21:05:26 +01:00
benchmarks
core Use constants added in #280 (#282) 2020-11-24 08:43:12 +01:00
docs
examples Add AMQP example (#294) 2020-11-24 09:38:37 +01:00
formats/json-jackson Move PojoCloudEventData in core (#289) 2020-11-23 15:59:33 +01:00
http Use constants added in #280 (#282) 2020-11-24 08:43:12 +01:00
kafka Use constants added in #280 (#282) 2020-11-24 08:43:12 +01:00
.editorconfig
.gitignore Introduce CloudEventContext (#296) 2020-11-23 21:05:26 +01:00
LICENSE
README.md
maintainer_guidelines.md
mvnw
mvnw.cmd
pom.xml Add sources plugin to Maven build (#284) 2020-11-18 11:24:06 +01:00
pr_guidelines.md

README.md

Java SDK for CloudEvents API

Build Status License Maven Central Javadocs

A Java API for the CloudEvents specification

Look at https://cloudevents.github.io/sdk-java/ for more documentation.

Status

This SDK is considered work in progress. The community is working hard to bring you a new major version of the SDK with major enhancements both to APIs and to implementation.

If you want to know more about v1 of this SDK, check out the v1 readme

Stay tuned!

Supported features of the specification:

v0.3 v1.0
CloudEvents Core ✔️ ✔️
AMQP Protocol Binding
AVRO Event Format
HTTP Protocol Binding ✔️ ✔️
- Vert.x ✔️ ✔️
- Jakarta Restful WS ✔️ ✔️
JSON Event Format ✔️ ✔️
- Jackson ✔️ ✔️
Kafka Protocol Binding ✔️ ✔️
MQTT Protocol Binding
NATS Protocol Binding
Web hook

Motivation

The CloudEvents specification is a vendor-neutral specification for defining the format of event data that is being exchanged between different cloud systems. The specification basically defines an abstract envelope for any event data payload, without knowing specific implementation details of the actual underlying event. The current version of the spec is at 1.0 and it describes a simple event format, which was demonstrated at KubeCon 2018 using different Serverless platforms, such as Apache Openwhisk.

Documentation

Documentation is available at https://cloudevents.github.io/sdk-java/

Javadocs are available on javadoc.io:

Used By

Occurrent Knative Eventing
Occurrent

Community

Each SDK may have its own unique processes, tooling and guidelines, common governance related material can be found in the CloudEvents community directory. In particular, in there you will find information concerning how SDK projects are managed, guidelines for how PR reviews and approval, and our Code of Conduct information.