We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What content needs to be created or modified? Sample of debug service to service request. Ex.
Describe the solution you'd like Need to view configuration, tools need for obtain this kind of debug
Where should the new material be placed? Same place of actual Developing applications Debugging Bridge to Kubernetes
The associated pull request from dapr/dapr, dapr/components-contrib, or other Dapr code repos
Additional context
The text was updated successfully, but these errors were encountered:
I have find way for debug with service to service.
You need to take port for serve to service comuncation from Environment Variable "DAPR_HTTP_PORT" NOT USE fixed port 3500.
Like this url var url = $"http://127.0.0.1:{Environment.GetEnvironmentVariable("DAPR_HTTP_PORT")}/v1.0/invoke/{appId}/method/{method}"
In this way if container is start inside cluster DAPR_HTTP_PORT contains 3500, if is run from B2K DAPR_HTTP_PORT in my case DAPR_HTTP_PORT 55049.
Please add this information for help someone for this kind of problem.
thanks so much
Sorry, something went wrong.
No branches or pull requests
What content needs to be created or modified?
Sample of debug service to service request. Ex.
have request to other microservice for return something
Describe the solution you'd like
Need to view configuration, tools need for obtain this kind of debug
Where should the new material be placed?
Same place of actual Developing applications
Debugging
Bridge to Kubernetes
The associated pull request from dapr/dapr, dapr/components-contrib, or other Dapr code repos
Additional context
The text was updated successfully, but these errors were encountered: