Skip to content

Commit c76689d

Browse files
authored
Fixed doc about Gossip/memberlist support no more experimental (#3183)
Signed-off-by: Marco Pracucci <[email protected]>
1 parent 0685271 commit c76689d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/getting-started/getting-started-with-gossip-ring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Getting Started with Gossiped Ring (experimental)"
3-
linkTitle: "Gossip Ring (experimental)"
2+
title: "Getting Started with Gossiped Ring"
3+
linkTitle: "Gossip Ring"
44
weight: 2
55
slug: getting-started-with-gossiped-ring
66
---

pkg/ring/kv/memberlist/memberlist_client.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,6 @@ func (m *KV) buildMemberlistConfig() (*memberlist.Config, error) {
359359
}
360360

361361
func (m *KV) starting(_ context.Context) error {
362-
util.WarnExperimentalUse("Gossip memberlist ring")
363-
364362
mlCfg, err := m.buildMemberlistConfig()
365363
if err != nil {
366364
return err

0 commit comments

Comments
 (0)