Microservices - Connection Pooling when connecting to a single legacy database
问题 I am working on developing micro services for a monolithic application using spring boot + spring cloud + spring JDBC. Currently, the application is connecting to a single database through tomcat JNDI connection pool. We have a bottleneck here, not to change the database architecture at this point of time because of various reasons like large number of db objects,tight dependencies with other systems,etc. So we have isolated the micro services based on application features. My concern is if