Spring Boot and Microservices - Consolidation strategies for development? -


my company looking @ migrating existing code more micro-service architecture. have 2 spring boot-based services did trial, , looking build out few more (20 or so).

while seems great thing many aspects of our development , live operations, i'm wondering how others might handle more 1 micro-service in development environment?

specifically, have 1-microservice 1 spring boot container mapping, fine couple of services. grow, become unmanageable developers, when trying run full-stack (all services) on single laptop limited resources. makes sense (to me, @ least) you'd have consolidate micro-services single spring boot container.

i'm wondering if other people have run this, , strategies dealing this, while maintaining class separation? maintain separation of services in single spring boot container?

do load each services new web context under same servlet container? use sort of dynamic configuration @ boot? (conditional beans, etc)

how handle name spaces , packaging? deploy code in single spring boot container , enable need in production, or package pieces parts expect run?

any advice, shared experience, or resource suggestion appreciated.

thanks in advance.


Popular posts from this blog