Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix formatting of list #613

Merged
merged 2 commits into from
Nov 11, 2024
Merged

docs: fix formatting of list #613

merged 2 commits into from
Nov 11, 2024

Conversation

npepinpe
Copy link
Member

Description

Fixes list formatting in blog post. I should've done this for Hacktoberfest to get some swag 😄

Copy link
Member

@ChrisKujawa ChrisKujawa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Close :D

Comment on lines 48 to 53
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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Actually, this is not how I intended the indention :D

@ChrisKujawa ChrisKujawa merged commit 3c37bd3 into main Nov 11, 2024
3 checks passed
@ChrisKujawa ChrisKujawa deleted the np-fix-formatting branch November 11, 2024 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants