Hi Abimaran, > > > For APIM 3.0, due to swagger to MSF4J generator generating microservice > for each path defined in swagger yaml, we are having nearly 15 micro > services currently and this will grow in future. > We are in the process of regrouping some microservice to one [1]. We > wanted to know, Can we boot microservice parallelly instead of sequentially?
Do you want to reduce the startup time? In the standalone mode, you can start multiple MicroserviceRunners with separate services. But in OSGi mode, you don't have such a feature. All the microserices will get add to all the available registries (unless defining a specific registry) Thanks Thusitha On Tue, Apr 4, 2017 at 4:39 PM, Abimaran Kugathasan <[email protected]> wrote: > Hi Devs, > > For APIM 3.0, due to swagger to MSF4J generator generating microservice > for each path defined in swagger yaml, we are having nearly 15 micro > services currently and this will grow in future. > > We are in the process of regrouping some microservice to one [1]. We > wanted to know, Can we boot microservice parallelly instead of sequentially? > > [1]: [Architecture] [APIM] [MSF4J] Reason for creating separate micro > service for each path defined swagger > > -- > Thanks > Abimaran Kugathasan > Senior Software Engineer - API Technologies > > Email : [email protected] > Mobile : +94 773922820 <+94%2077%20392%202820> > > <http://stackoverflow.com/users/515034> > <http://lk.linkedin.com/in/abimaran> > <http://www.lkabimaran.blogspot.com/> <https://github.com/abimarank> > <https://twitter.com/abimaran> > > -- Thusitha Dayaratne WSO2 Inc. - lean . enterprise . middleware | wso2.com Mobile +94712756809 Blog alokayasoya.blogspot.com About http://about.me/thusithathilina <http://wso2.com/signature>
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
