Skip to content

Commit 654d051

Browse files
Remove the comment that durable_name is deprecated (#6412)
We intended to deprecate this but did not do so in the end and it is critical in current API clients <!-- Please make sure to read CONTRIBUTING.md, then delete this notice and replace it with your PR description. The below sign-off certifies that the contribution is your original work and that you license the work to the project under the Apache-2.0 license. We cannot accept contributions without it. --> Signed-off-by: R.I.Pienaar <rip@devco.net>
2 parents f07e5cc + 3479722 commit 654d051

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)