balancer/ringhash: Add experimental notice in package comment (#8364)

This commit is contained in:
Arjan Singh Bal 2025-05-28 14:41:32 +05:30 committed by GitHub
parent 05d49d0147
commit f947a86ebc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -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 (