jooby icon indicating copy to clipboard operation
jooby copied to clipboard

Is it possible to make jooby join eureka as a microservice?

Open rainmanhhh opened this issue 4 years ago • 2 comments

I want to migrate old services from springboot(mvc) to jooby

rainmanhhh avatar Jun 17 '20 02:06 rainmanhhh

I'm sure is possible, but never try eureka. Would you like to send a PR?

jknack avatar Jun 17 '20 11:06 jknack

Eureka documentation is not good. I tried the eureka client... but don't think it works.

More comments:

  • There isn't a clean example of how to do it without Spring (all examples are with Spring)
  • The eureka client depends on Guice
  • The EurekaModule depends not only on Guice but also in some other library: Governator

I will mark as question. We could still integrate as Jooby module (ideally without Guice), but we need a clean working example.

jknack avatar Jun 25 '20 17:06 jknack