Skip to content

Commit

Permalink
docs: fix formatting of list
Browse files Browse the repository at this point in the history
  • Loading branch information
npepinpe committed Nov 11, 2024
1 parent f152f6e commit 2991383
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions chaos-days/blog/2024-10-24-Camunda-Exporter-MVP/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ The plan for this project looks something like this:
We plan to:

1. Harmonize the existing indices stored in Elasticsearch/Opensearch
2. Space: Reduce the unnecessary data duplication
2. Move importer and archiver logic into a new Camunda exporter
3. Performance: This should allow us to reduce one additional hop (as we don't need to use ES/OS as a queue)
4. Maintenance: Indices and business logic is maintained in one place
5. Scalability: With this approach, we can scale with partitions, as Camunda Exporters are executed for each partition separately (soon partition scaling will be introduced)
6. Complexity: The Camunda Exporter will be built-in and shipped with Zeebe/Camunda 8. No additional pod/application is needed.
2. Space: Reduce the unnecessary data duplication
3. Move importer and archiver logic into a new Camunda exporter
4. Performance: This should allow us to reduce one additional hop (as we don't need to use ES/OS as a queue)
5. Maintenance: Indices and business logic is maintained in one place
6. Scalability: With this approach, we can scale with partitions, as Camunda Exporters are executed for each partition separately (soon partition scaling will be introduced)
7. Complexity: The Camunda Exporter will be built-in and shipped with Zeebe/Camunda 8. No additional pod/application is needed.

Note: Optimize is right now out of scope (due to time), but will later be part of this as well.

Expand Down

0 comments on commit 2991383

Please sign in to comment.