You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thats current expected behaviour. Kogito support consuming both binary and structure, but only publish on structure. Please open a Feature Request JIRA to add support for binary publishing
Describe the bug
Kogito Serverless Workflow does not send the Cloud Event in binary mode (mode default).
Even when forcing the properties, it doesn't work:
mp.messaging.outgoing.products.bootstrap.servers=localhost:9092 mp.messaging.outgoing.products.connector=smallrye-kafka mp.messaging.outgoing.products.topic=productsworkflow mp.messaging.outgoing.products.cloud-events=true mp.messaging.outgoing.products.cloud-events-mode=binary
Expected behavior
View the properties of Cloud Events in the headers, not in the payload.
Actual behavior
Cloud Events in the headers in payload
How to Reproduce?
It occurs in any example.
Output of
uname -a
orver
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
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: