How to send dashboard command with multiple replicas? #12803
Answered
by
davidfowl
Bart Koelman (bart-vmware)
asked this question in
Q&A
|
I'd like to add a command to the dashboard that sends an HTTP request to the replica it was selected for. I've tried the following, but it always sends the command to the first replica: var apiService = builder.AddProject...
.WithReplicas(2)
.WithHttpCommand("/demo", "Demo");I can pass a |
Answered by
davidfowl
Nov 8, 2025
Replies: 1 comment
|
Replicas are not represented in the app model so there's really no way to identify a specific replica once we're back in the app model. We need to re-think about the implications of replicas when we do them over. |
0 replies
Answer selected by
bart-vmware
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Replicas are not represented in the app model so there's really no way to identify a specific replica once we're back in the app model. We need to re-think about the implications of replicas when we do them over.