Replies: 2 comments 1 reply
-
/cc @Ladicek (smallrye), @jmartisk (health,smallrye), @matejvasek (amazon-lambda), @patriot1burke (amazon-lambda), @phillip-kruger (smallrye), @radcortez (smallrye), @xstefank (health) |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is caused by amazon-lambda. Health is not required to reproduce this issue. I get:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I created a Lambda application with Smallrye Health dependency.
I am using the HealthCheck framework but not the HTTP management endpoint.
The app refuses to start at least in dev mode and
@QuarkusTest
fails due to HTTP port usage:I tried to set several settings:
What is the solution to have smallrye-health dependency in Lambda application?
Is it possible to disable smallrye-health HTTP listener?
To reproduce create a project, add those 2 extensions:
https://code.quarkus.io/?a=test-lambda-health&e=amazon-lambda&e=smallrye-health
And run tests or dev mode
Beta Was this translation helpful? Give feedback.
All reactions