You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am exploring technologies for our team. We are building a new service using spring boot and I generally want to avoid using a lot of micro-services. I like the idea of modulith and I had first thought to build our own in-house system similar to it.
My question relate to the moment where the team might need to split off part of the service in it's own runtime.
In my ideal world, all calls between modules would already be abstracted by interface and you would "only" need to write a network implementation instead of an in-JVM one.
Is that built-into Modulith or is there any plan to support this use case?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
I am exploring technologies for our team. We are building a new service using spring boot and I generally want to avoid using a lot of micro-services. I like the idea of modulith and I had first thought to build our own in-house system similar to it.
My question relate to the moment where the team might need to split off part of the service in it's own runtime.
In my ideal world, all calls between modules would already be abstracted by interface and you would "only" need to write a network implementation instead of an in-JVM one.
Is that built-into Modulith or is there any plan to support this use case?
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions