DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
This KIP extends CreateTopic API, but also introduces some new APIs and metadata records.
Introduce a new MIRROR_NAME entity type in the message generator to
provide schema-level type validation for mirror name fields, consistent
with existing entity types (topicName, groupId, brokerId, etc.).
Annotate all MirrorName fields across the 8 mirroring API schemas with
the new entity type and add corresponding test coverage.
CreateTopic
The CreateTopic API is extended to add information required for mirror topic creation.
...