Skip to content

✨ Feat/projection management#61

Merged
ccamel merged 5 commits into
mainfrom
feat/projection-management
May 9, 2026
Merged

✨ Feat/projection management#61
ccamel merged 5 commits into
mainfrom
feat/projection-management

Conversation

@ccamel

@ccamel ccamel commented May 9, 2026

Copy link
Copy Markdown
Owner

Adds a (small) management layer around projection runners: explicit start/stop by projection name, lookup, supervision, and cleanup when runners die.

Also wires the demo app to run a simple in-memory balance projection.

@ccamel ccamel self-assigned this May 9, 2026
@coderabbitai

coderabbitai Bot commented May 9, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@ccamel has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 17 minutes and 48 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 6839cf96-2edd-4d79-8b9c-071a6247a92b

📥 Commits

Reviewing files that changed from the base of the PR and between 911c43b and 4a597e2.

📒 Files selected for processing (14)
  • README.md
  • apps/es_projection/src/es_projection.app.src
  • apps/es_projection/src/es_projection.erl
  • apps/es_projection/src/es_projection_app.erl
  • apps/es_projection/src/es_projection_mgr.erl
  • apps/es_projection/src/es_projection_root_sup.erl
  • apps/es_projection/src/es_projection_sup.erl
  • apps/es_projection/test/es_projection_management_tests.erl
  • apps/es_projection/test/es_projection_tests.erl
  • apps/es_xp/examples/demo_bank.script
  • apps/es_xp/src/bank_account_balance_projection.erl
  • apps/es_xp/src/es_xp.app.src
  • apps/es_xp/src/es_xp_app.erl
  • codecov.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/projection-management

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov

codecov Bot commented May 9, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 87.93103% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.62%. Comparing base (911c43b) to head (4a597e2).

Files with missing lines Patch % Lines
apps/es_projection/src/es_projection_mgr.erl 79.41% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #61      +/-   ##
==========================================
+ Coverage   75.99%   79.62%   +3.63%     
==========================================
  Files          26       27       +1     
  Lines         654      697      +43     
==========================================
+ Hits          497      555      +58     
+ Misses        157      142      -15     
Flag Coverage Δ
erlang 79.62% <87.93%> (+3.63%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ccamel ccamel force-pushed the feat/projection-management branch from abcfd4b to 4a597e2 Compare May 9, 2026 20:08
@ccamel ccamel merged commit 4e59e19 into main May 9, 2026
14 checks passed
@ccamel ccamel deleted the feat/projection-management branch May 9, 2026 20:10
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.

1 participant