Skip to content

Commit 183c148

Browse files
authored
balancer/ringhash: Add experimental notice in package comment (#8364) (#8365)
1 parent b610465 commit 183c148

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

balancer/ringhash/ringhash.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
// - https://github.com/grpc/proposal/blob/master/A42-xds-ring-hash-lb-policy.md
2222
// - https://github.com/grpc/proposal/blob/master/A61-IPv4-IPv6-dualstack-backends.md#ring-hash
2323
// - https://github.com/grpc/proposal/blob/master/A76-ring-hash-improvements.md
24+
//
25+
// # Experimental
26+
//
27+
// Notice: This package is EXPERIMENTAL and may be changed or removed in a
28+
// later release.
2429
package ringhash
2530

2631
import (

0 commit comments

Comments
 (0)