Set EVENT_REPOSITORY_DEFAULT_STORE default to clickhouse_v2#2879
Set EVENT_REPOSITORY_DEFAULT_STORE default to clickhouse_v2#2879matt-aitken merged 1 commit intomainfrom
Conversation
Change EVENT_REPOSITORY_DEFAULT_STORE default from "postgres" to "clickhouse_v2" so new deployments favor the ClickHouse v2 event store by default. This updates runtime behavior to use the newer store implementation unless explicitly overridden.
|
WalkthroughThe change modifies the environment configuration file Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
📜 Recent review detailsConfiguration used: Repository UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (8)**/*.{ts,tsx}📄 CodeRabbit inference engine (.github/copilot-instructions.md)
Files:
{packages/core,apps/webapp}/**/*.{ts,tsx}📄 CodeRabbit inference engine (.github/copilot-instructions.md)
Files:
**/*.{ts,tsx,js,jsx}📄 CodeRabbit inference engine (.github/copilot-instructions.md)
Files:
apps/webapp/app/**/*.{ts,tsx}📄 CodeRabbit inference engine (.cursor/rules/webapp.mdc)
Files:
apps/webapp/**/*.{ts,tsx}📄 CodeRabbit inference engine (.cursor/rules/webapp.mdc)
Files:
**/*.{js,ts,jsx,tsx,json,md,css,scss}📄 CodeRabbit inference engine (AGENTS.md)
Files:
**/*.ts📄 CodeRabbit inference engine (.cursor/rules/otel-metrics.mdc)
Files:
**/*.{ts,tsx,js}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
🧠 Learnings (4)📓 Common learnings📚 Learning: 2026-01-12T11:01:34.792ZApplied to files:
📚 Learning: 2025-11-27T16:26:58.661ZApplied to files:
📚 Learning: 2025-06-14T08:07:46.625ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (23)
🔇 Additional comments (2)
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. Comment |
PR Review: Set EVENT_REPOSITORY_DEFAULT_STORE default to clickhouse_v2SummaryThis is a straightforward configuration change that updates the default event store from Code QualityThe change is clean and well-contained. The minor formatting adjustment (breaking the chained method call across multiple lines for Impact AnalysisI reviewed the usage of
ConsiderationsPrerequisite Check: This change requires
This is likely intentional for new deployments but worth documenting in release notes. Rollback Path: If issues arise, operators can easily set VerdictLooks good. The change is straightforward, the code paths are well-tested (all three store types have existing handling), and there's a clear override mechanism for deployments that need to stay on Postgres. The PR is already approved by a collaborator. |
Change EVENT_REPOSITORY_DEFAULT_STORE default from "postgres" to
"clickhouse_v2" so new deployments favor the ClickHouse v2 event store
by default. This updates runtime behavior to use the newer store
implementation unless explicitly overridden.