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

Switch External Event ingestion from upsert to index requests

XMLWordPrintable

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

      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

        This is the controller panel for Smart Panels app

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

                Created:
                Updated: