DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Code | Name | Message | Used By | ||||
|---|---|---|---|---|---|---|---|
| 3 | UNKNOWN_TOPIC_OR_PARTITION | The topic does not exist on the target cluster | StopMirrorTopics, PauseMirrorTopics, ResumeMirrorTopics | ||||
| 15 | COORDINATOR_NOT_AVAILABLE | The mirror coordinator is not active | WriteMirrorStates, ReadMirrorStates | ||||
| 31 | CLUSTER_AUTHORIZATION_FAILED | The client is not authorized to perform the mirror operation | WriteMirrorStates, ReadMirrorStates | ||||
| 35 | UNSUPPORTED_VERSION | Cluster mirroring is disabled (mirror.version=0) | CreateMirror, StartMirrorTopics, StopMirrorTopics, PauseMirrorTopics, ResumeMirrorTopics, ListMirrors, DescribeMirrors, DeleteMirror | ||||
| TBD | MIRROR_AUTHORIZATION_FAILED | Mirror authorization failed | CreateMirror, StartMirrorTopics, StopMirrorTopics, PauseMirrorTopics, ResumeMirrorTopics, DeleteMirror | TBD | READ_ONLY_TOPIC | The topic is read-only because it is a mirror topic on the target cluster | Produce |
| TBD | INVALID_MIRROR_NAME | The mirror name does not meet the naming rules | CreateMirror | ||||
| TBD | MIRROR_ALREADY_EXISTS | The mirror already exists | CreateMirror | ||||
| TBD | UNKNOWN_MIRROR | The topic is not assigned to any mirror | StopMirrorTopics, PauseMirrorTopics, ResumeMirrorTopics | ||||
| TBD | TOPIC_ALREADY_IN_MIRROR | The topic is already assigned to a mirror | StartMirrorTopics | ||||
| TBD | TOPIC_NOT_IN_MIRROR | The topic does not belong to the specified mirror | StopMirrorTopics, PauseMirrorTopics, ResumeMirrorTopics | ||||
| TBD | MIRROR_TOPIC_ALREADY_PAUSED | The mirror topic is already paused | PauseMirrorTopics | ||||
| TBD | MIRROR_TOPIC_NOT_PAUSED | The mirror topic is not paused | ResumeMirrorTopics | ||||
| TBD | MIRROR_TOPIC_BEING_STOPPED | The mirror topic is being stopped | ResumeMirrorTopics | ||||
| TBD | MIRROR_NOT_EMPTY | The mirror still has active or non-removed topics | DeleteMirror | ||||
| TBD | MIRROR_AUTHORIZATION_FAILED | Mirror authorization failed | CreateMirror, StartMirrorTopics, StopMirrorTopics, PauseMirrorTopics, ResumeMirrorTopics, DeleteMirror |
Compatibility, Deprecation, and Migration Plan
...