DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Code Block | ||
|---|---|---|
| ||
public enum ConfigType {
// existing types unchanged
CLUSTER_MIRRORMIRRORS("cluster-mirrors");
} |
Config Resource
...
| Code Block | ||
|---|---|---|
| ||
public final class ConfigResource
// ...
public enum Type {
// existing types unchanged
CLUSTER_MIRROR((byte) 64, "mirror");
} |
Schema Field
The schema-level annotation for MirrorName string fields in protocol messages. The message generator uses it to validate that mirror name fields across all request/response schemas conform to the expected type.
...