Confluent Replicator features the ability to translate entries from a source Schema Registry to a destination Schema Registry.
This demo provides a docker-compose environment with source and destination Schema Registries in which schemas are translated. In this demo, you create an entry in the source Schema Registry and translate it to the destination.
The scripts
directory provides examples of the operations that you must perform to prepare for the translation, as well as JSON Replicator configurations required.
The demo performs the following migration steps:
- Create a subject in the source Schema Registry.
- Prepare for schema translation.
- Execute Replicator to perform migration.
- Post-translation Schema Registry configuration.
You can find the documentation for running this demo at https://docs.confluent.io/platform/current/tutorials/examples/replicator-schema-translation/docs/index.html