Uploaded image for project: 'Kogito'
  1. Kogito
  2. KOGITO-9754

[Runtimes] Application must be restarted to mp.messaging properties to take effect

XMLWordPrintable

    • 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.

            nmirasch@redhat.com Neus Miras Chueca
            rhn-support-zanini Ricardo Zanini Fernandes
            Dominik Hanak Dominik Hanak
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: