Description
The address of grouping-handler should match the address of the associated cluster-connection. However, the address of cluster-connection can be undefined (i.e. null or empty string) but the address of grouping-handler cannot. The most common use-case for cluster-connection is to have an empty or undefined address (so that all addresses will be clustered). The address of grouping-handler should support this as well.