apache / incubator-kie-kogito-examples

Kogito examples - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
http://kogito.kie.org
254 stars 375 forks source link

Wrong time format in process-kafka-multi-quarkus example #1495

Open marcozanghi opened 1 year ago

marcozanghi commented 1 year ago

Describe the bug

The event examples are malformed and backend raises an error converting event. It works if I change time-string from 2022-02-24T13:25:16+0000 to 2022-02-24T13:25:16Z.

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

GraalVM version (if different from Java)

No response

Kogito version or git rev (or at least Quarkus version if you are using Kogito via Quarkus platform BOM)

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

Documentation Issue

fjtirado commented 1 year ago

@kaldesai can you please update the readme files?

fjtirado commented 1 year ago

@marcozanghi it will also work if you remove the date, since this field is optional in the cloud event spec

ricardozanini commented 1 year ago

Fixed here: https://github.com/kiegroup/kogito-examples/pull/1507