-
Enhancement
-
Resolution: Done
-
Major
-
1.39.0.Final
-
None
-
False
-
None
-
False
-
---
-
---
-
-
-
2023 Week 21-23 (from May 22)
1) Let's have a simple SW that produce an event.
2) Let's configure the kogito_outgoing_stream like this:
mp.messaging.outgoing.kogito_outgoing_stream.connector=quarkus-http
mp.messaging.outgoing.kogito_outgoing_stream.url=http://localhost:9292
mp.messaging.outgoing.kogito_outgoing_stream.method=POST
3) let's configure the kogito-addons-quarkus-knative-eventing in the project, but the issue also happens if we simply use the kogito-addons-quarkus-messaging combined with the quarkus-http connector instead of kafka.
4) Create a SW process instance that should send an event as part of it's execution, see attached process.
5) In the port 9292 DON'T start any service, etc.
6) when you execute the process, the process executes, nothing complains. So it looks like the event was sent, but really there's nothing listening there.