Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-875

Create http client in EngineIntegrationRule only once

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • L3 - Default
    • 2.0.0, 2.0.0-alpha3
    • None
    • backend
    • None

    Description

      AT:

      • Create http client in EngineIntegrationRule only once
      • Use only one client implementation

      Background:

      • Currently, we create in almost every method a new client and then close it after the logic is done. Creating the client every time anew is time consuming and also redundant. Let's create one static client for the engine once the integration rule is created the first time, that can be reused for all methods.
      • We use two different clients for the engine request: the apache http client and the jax.rs client. We should use only one of them.

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              johannes.heinemann Johannes
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce