generator-jhipster icon indicating copy to clipboard operation
generator-jhipster copied to clipboard

[Consul]: Service check fails when running apps without Docker

Open mraible opened this issue 7 months ago • 8 comments

Overview of the issue

I tested my micro frontends demo script with JHipster 8 tonight. I found that when I ran Consul (via Docker Compose), and all the apps with ./gradlew, service checks fail. Everything still works; it's just kinda weird to see indicators that it might not work.

consul-services consul-service-checkfail

Everything works as expected when running all apps with docker compose up.

Motivation for or Use Case

I don't think this happened with v7.

Reproduce the error

Follow this demo script and you'll see the problem at "Verify everything is started using Consul at http://localhost:8500".

Suggest a Fix

Not sure.

JHipster Version(s)

8.0.0 and spring-boot-3.2 branch.

mraible avatar Nov 28 '23 04:11 mraible