We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0aa8b2d + 5cc9e9d commit ff2e5e4Copy full SHA for ff2e5e4
core/discovery/brokerdiscovery/messaging_unregister.go
@@ -29,7 +29,7 @@ type unregisterMessage struct {
29
Proposal market.ServiceProposal `json:"proposal"`
30
}
31
32
-const unregisterEndpoint = communication.MessageEndpoint("proposal-unregister.v3")
+const unregisterEndpoint = communication.MessageEndpoint("*.proposal-unregister.v3")
33
34
// unregisterProducer
35
type unregisterProducer struct {
0 commit comments