We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2eb565 commit 3479722Copy full SHA for 3479722
server/consumer.go
@@ -76,7 +76,6 @@ type PriorityGroupState struct {
76
}
77
78
type ConsumerConfig struct {
79
- // Durable is deprecated. All consumers should have names, picked by clients.
80
Durable string `json:"durable_name,omitempty"`
81
Name string `json:"name,omitempty"`
82
Description string `json:"description,omitempty"`
0 commit comments