-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Grpc is giving a connection refuse on upstream #15934
Comments
Quickstarts fix is here: quarkusio/quarkus-quickstarts#820 Basically we changed the test port from 9000 to 9001 so it does not conflict with a running app. |
Do you think that make sense create a new property called: |
Line 24 in 0a42b6c
The issue is the client, generally apps won't be connecting back to themselves, so I don't think it makes sense to change the client to default to 9001 in test mode. |
Thank you!, So on test mode, the Grpc server port has been changed to |
Describe the bug
On main branch we are getting the following error (GRPC):
Reproducer: Quarkus-quickstarts/grpc-plain-text-quickstart or beefy-scenarios pointing to main branch
999-SNAPSHOT
Works on 1.12.2
The text was updated successfully, but these errors were encountered: