-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Knative SD implementation doesn't get the correct service instance endpoint #488
Comments
aureamunoz
added a commit
to aureamunoz/smallrye-stork
that referenced
this issue
Feb 9, 2023
aureamunoz
added a commit
to aureamunoz/smallrye-stork
that referenced
this issue
Feb 17, 2023
…rt for knative and a few refactors Related to smallrye#488
aureamunoz
added a commit
to aureamunoz/smallrye-stork
that referenced
this issue
Feb 17, 2023
…rt for knative and a few refactors Related to smallrye#488
aureamunoz
added a commit
to aureamunoz/smallrye-stork
that referenced
this issue
Feb 20, 2023
…rt for knative and a few refactors Related to smallrye#488
aureamunoz
added a commit
to aureamunoz/smallrye-stork
that referenced
this issue
Feb 20, 2023
…rt for knative and a few refactors Related to smallrye#488
Merged
@aureamunoz did this get merged in yet? If so, do you know when it will make it into a Quarkus release? |
The PR has been already merged to 2.16, it will be released soon but don't know when. I need to create the corresponding one targeting |
Thanks! |
Closing - please re-open if not fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From this PR
The knative service discovery strategy is not working correctly. Given the quarkus-super-heroes project, when curl the rest-fights app on the /api/fights/randomfighters endpoint I would expect to see two random fighters, but I don’t. I see the fallback fighters
To reproduce:
using https://developers.redhat.com/developer-sandbox
https://github.com/edeandrea/quarkus-super-heroes/tree/fix-stork
Steps to deploy:
Make sure you’re using Java 17!
1 - oc apply -f https://raw.githubusercontent.com/edeandrea/quarkus-super-heroes/fix-stork/rest-villains/deploy/k8s/java17-knative.yml
2 - oc apply -f https://raw.githubusercontent.com/edeandrea/quarkus-super-heroes/fix-stork/rest-heroes/deploy/k8s/java17-knative.yml
3 - Clone https://github.com/edeandrea/quarkus-super-heroes and switch to the fix-stork branch
4 -
The text was updated successfully, but these errors were encountered: