Spring Boot JPA Mysql Production Setup -
i have spring cloud project microservices running on spring boot 1.3.6 , data jpa . thinking setting production environment . our plan have 2 physical servers , in each microservice running on vm such both servers having copy of microserices . run web app when 1 physical server goes down . how should setup mysql in both servers . load balancing or replication . industry standard on production level mysql setup . in case of replication , should go "master - slave" or "master - master" configuration .
Comments
Post a Comment