JIRA link: https://issues.redhat.com/browse/QUARKUS-1409
This test plan talks about cloudevents integration into AMQP connector
- Implement Cloud Event support for the AMQP connector
- Add Cloud Event support to the AMQP connector
- Kafka cloud events as an example
- Cloudevents
Cloud Event proposes a common way to describe events in order to improve the interoperability between several systems. An event will have a common data structure that could be serialized/deserialized in JSON or binary format.
Test development will cover AMQP producer and consumers of JSON and binary events.
We will need to create two new modules into messaging
folder in order to cover JSON and binary serialization. The main impact is going to be time execution, that will be increased in 2 min to JVM mode and 4 min to native mode.
AMQP over OCP is already covered in QUARKUS-959 and we don't think that this protocol add any extra case to the existing coverage, in terms of OCP.
Following actions were taken to ensure familiarity:
- Exploratory testing
- Ensure good user experience and simplicity of use
- Tester: Pablo Gonzalez [email protected]