My idea was to produce jars without mains and then run them all from one main. This would mean that they all run under the same service name. This in turn makes it necessary to solve problems around collisions:
* In most cases endpoints don't have the same names, but there's an "iniitialize" in every service. * permissions would need to include the name of the service in the @Permittable annotation. It sounds like a small set of changes, but it's actually quite extensive. The changes to @Permittable require a lot of re-engineering in anubis. If one process can run multiple services and keep their names, that's so much better. Best Regards, Myrle On Fri, Feb 8, 2019 at 3:39 AM Isaac Kamga <[email protected]> wrote: > > Myrle, thanks a million for your input. While I'm digging into ways to fix > the current errors, can you kindly share the other approach which you > thought would be less promising to solve this issue ? Maybe others > interested could try that out in parallel too. > > Cheers, > Isaac Kamga. >
