electric-sql / electric-sql/electric
Remove duplicate connection validation step for unpooled configurations
Open
triage
- Dominant language
- TypeScript
- Stars
- 10.4k
- Forks
- 375
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 18
Description
**Versions**
- Electric: HEAD
**Bug description**
If both replication and query connection options are identical we perform a needless duplicate connection resolution steps.
**Expected behavior**
Rather than slow the stack boot with duplication of connection probe we could perform it once and re-use the options for both pools.
Contributor guide
Assessment
This issue has not been assessed yet.