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

Switch External Event ingestion from upsert to index requests

    • 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

            [OPT-5195] Switch External Event ingestion from upsert to index requests

            This ticket was migrated to github: https://github.com/camunda/camunda-optimize/issues/10433. Please use this link for any future references and continue any discussion there.

            Omran Abazeed added a comment - This ticket was migrated to github: https://github.com/camunda/camunda-optimize/issues/10433 . Please use this link for any future references and continue any discussion there.

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

                Created:
                Updated: