mirror of https://github.com/grpc/grpc-go.git
balancer/ringhash: Add experimental notice in package comment (#8364)
This commit is contained in:
parent
05d49d0147
commit
f947a86ebc
|
@ -21,6 +21,11 @@
|
|||
// - https://github.com/grpc/proposal/blob/master/A42-xds-ring-hash-lb-policy.md
|
||||
// - https://github.com/grpc/proposal/blob/master/A61-IPv4-IPv6-dualstack-backends.md#ring-hash
|
||||
// - https://github.com/grpc/proposal/blob/master/A76-ring-hash-improvements.md
|
||||
//
|
||||
// # Experimental
|
||||
//
|
||||
// Notice: This package is EXPERIMENTAL and may be changed or removed in a
|
||||
// later release.
|
||||
package ringhash
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue