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

Switch External Event ingestion from upsert to index requests

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • L3 - Default
    • None
    • None
    • backend

    Description

      Context:
      The Writer for external events currently uses upsert requests along with generating a dynamic document id on demand. As the id is anyway dynamic we could simplify this to a simple index request though, during event processing anyway the user defined event.id is used for correlation thus only the latest event with a particular id wins.

      Additionally we could also evaluate removing the custom id generation as its never referred and would speed up the index performance according to https://www.elastic.co/guide/en/elasticsearch/reference/master/tune-for-indexing-speed.html#_use_auto_generated_ids

      AT:

      • external event writer uses index requests rather than upsert
      • remove dynamic doc id assignment and let elastic generate the id's

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              sebastian.bathke Sebastian Bathke
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:

                Salesforce