-
Bug
-
Resolution: Done
-
Major
-
None
-
1.42.0.Final
-
None
-
False
-
None
-
False
-
---
-
---
-
-
Given the following configuration for a workflow to connect to Data Index via HTTP:
mp.messaging.outgoing.kogito-processinstances-events.connector = quarkus-http mp.messaging.outgoing.kogito-processinstances-events.topic = kogito-processinstances-events mp.messaging.outgoing.kogito-processinstances-events.url = http://data-index-service-postgresql/processes mp.messaging.outgoing.kogito-usertaskinstances-events.connector = quarkus-http mp.messaging.outgoing.kogito-usertaskinstances-events.topic = kogito-usertaskinstances-events mp.messaging.outgoing.kogito-usertaskinstances-events.url = http://data-index-service-postgresql/tasks mp.messaging.outgoing.kogito-usertaskinstances-events.method = POST mp.messaging.outgoing.kogito-variables-events.connector = quarkus-http mp.messaging.outgoing.kogito-variables-events.topic = kogito-variables-events mp.messaging.outgoing.kogito-variables-events.url = http://data-index-service-postgresql/variables mp.messaging.outgoing.kogito-variables-events.method = POST
If the mp.messaging.*.url property changes, the application won't refresh, requiring the user to restart the application to take effect.
This should be refreshed as soon as quarkus detects a change on it. Note: should NOT be running on devmode.
- is incorporated by
-
SRVLOGIC-179 Provide the option to specify workflow properties at several levels
- Release Pending
- relates to
-
KOGITO-9755 [Operator] Restart SonataFlow instance pods when configuration changes
- Closed