atlassian-labs / db-replica

Automatically chooses between database connections to read-write main or read-only replica
Apache License 2.0
10 stars 11 forks source link

Remove circuit breaker related code #164

Closed wyrzyk closed 1 year ago

afaruga-atlassian commented 1 year ago

I'm missing an explanation why CB is removed.

wyrzyk commented 1 year ago

I'm missing an explanation why CB is removed.

It's an internal issue that was never exposed via API or used. Removing unnecessary complexity will make the handover easier.