Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefix topic name with source cluster alias #294

Open
JC-CJ2222 opened this issue Aug 18, 2023 · 1 comment
Open

Prefix topic name with source cluster alias #294

JC-CJ2222 opened this issue Aug 18, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@JC-CJ2222
Copy link

For the replicated schema in the target region, prefix the topic name with the source cluster alias (coming from the MM2 configuration if using MirrorMaker2 for data replication) so that the registered schema name is the same as the topic name in the target region.

Ex:
source cluster alias: "msksource"
original schema name: "schema1"
the replicated schema should then be registered with a topic name of "msksource.schema1"

@YangSan0622 YangSan0622 added the enhancement New feature or request label Sep 11, 2023
@OneCricketeer
Copy link

This should already be possible.

I've not tested it with glue, but was exactly why I wrote this transform.

https://github.com/OneCricketeer/schema-registry-transfer-smt

srakshit pushed a commit to srakshit/aws-glue-schema-registry that referenced this issue Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants