Skip to content

Commit 3479722

Browse files
committed
Remove the comment that durable_name is deprecated
We intended to deprecate this but did not do so in the end and it is critical in current API clients Signed-off-by: R.I.Pienaar <rip@devco.net>
1 parent f2eb565 commit 3479722

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/consumer.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ type PriorityGroupState struct {
7676
}
7777

7878
type ConsumerConfig struct {
79-
// Durable is deprecated. All consumers should have names, picked by clients.
8079
Durable string `json:"durable_name,omitempty"`
8180
Name string `json:"name,omitempty"`
8281
Description string `json:"description,omitempty"`

0 commit comments

Comments
 (0)