From 299138371e8a77f6230636eb08341476e1997390 Mon Sep 17 00:00:00 2001 From: Nicolas Pepin-Perreault Date: Mon, 11 Nov 2024 17:52:05 +0100 Subject: [PATCH] docs: fix formatting of list --- .../blog/2024-10-24-Camunda-Exporter-MVP/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/chaos-days/blog/2024-10-24-Camunda-Exporter-MVP/index.md b/chaos-days/blog/2024-10-24-Camunda-Exporter-MVP/index.md index e9124f034..e6a0f80c2 100644 --- a/chaos-days/blog/2024-10-24-Camunda-Exporter-MVP/index.md +++ b/chaos-days/blog/2024-10-24-Camunda-Exporter-MVP/index.md @@ -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.