RamenDR / ramen

Apache License 2.0
74 stars 57 forks source link

Should DRPC actions be case sensitive matches, or can we take any mixed case actions? #290

Closed ShyamsundarR closed 3 weeks ago

ShyamsundarR commented 3 years ago

Currently the actions are matched exactly as per case Failover or Relocate. Should we move these to case-inseneitive matches? Does this break the API in anyway?

raghavendrabhat commented 3 years ago

One thing which makes me prefer the case insensitive is to avoid delay of operations such as failover due to human typos in DR Actions. However, I agree that it is important to consider if it will break the API.

ShyamsundarR commented 3 weeks ago

It remains case sensitive as of now.