A question about the consistent hashing when using k8 with java client. The example listed in this blog is specific to go client.
https://authzed.com/blog/consistent-hash-load-balancing-grpc. Is there an example for java land as well. For example what is the java counterpart for this line.
`conn, err := grpc.Dial("kubernetes:///spicedb.default:50053",
grpc.WithDefaultServiceConfig(
{"loadBalancingPolicy":"consistent-hashring"}
)
)`