Problem : if we are maintaining the two separate instances for load balancer. we can't able to maintain the schema comparison and synchronization.
it is possible by using git redeploy. but we need to redeploy the code.
Proposal : instead we need to schema comparison and synchronization tool to compare the two instances
Thank you for submitting the idea. The status has been changed to "Community Opportunity".
Stay tuned!
Veerarajan Karunanithi, thank you for your idea.
There are comments on your idea. Please answer them to help your idea to be promoted.
I was searching for a schema registry service, like Avro+, and found this. I think this should be considered as a full agnostic service for all/any schema and record-maps, for all languages supported.
When you say schema comparison, are you talking about just the SQL schema, or more broadly all class code and/or interop productions?
Also, have you considered having those instances share the same routine database over ECP? That'd make sure your code is always synchronized between the two.