Coder Social home page Coder Social logo

nicovogelaar / kafka-mirror-maker-schema-registry-transfer Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 2.0 68 KB

Kafka MirrorMaker message handler to copy Avro schemas between schema registries.

License: Apache License 2.0

Dockerfile 1.23% Shell 13.93% Java 84.84%
kafka mirrormaker java avro schema-registry

kafka-mirror-maker-schema-registry-transfer's Introduction

kafka-mirror-maker-schema-registry-transfer

This is a Kafka MirrorMaker message handler to copy Avro schemas between schema registries.

Usage

Arguments that can be passed to the message handler:

Name Description Required Default
sourceUrl Source schema repository URL Yes
targetUrl Target schema repository URL Yes
includeKeys Include message key schema No False
whitelist Whitelist topics No
subjectNameStrategy Subject name strategy No topicNameStrategy

subjectNameStrategy possible values:

  • topicNameStrategy
  • topicRecordNameStrategy
  • recordNameStrategy

Run Kafka MirrorMaker maker as follows:

$ kafka-mirror-maker [...] \
    --message.handler=com.nicovogelaar.kafka.mirrormaker.SchemaRegistryTransfer \
    --message.handler.args=sourceUrl=http://schema-registry-1:8081,targetUrl=http://schema-registry-2:8081,subjectNameStrategy=topicNameStrategy

Example

Run the following commands to build the message handler, run a Kafka cluster with generated data and to start Kafka MirrorMaker to see whether the schema is being copied.

  1. Build message handler:
    $ ./gradlew clean jar
  2. Start Kafka clusters:
    $ docker-compose -f ./docker-composition/clusters.yml up
  3. Start Kafka MirrorMaker once the clusters are up and running:
    $ docker-compose -f ./docker-composition/mirror-maker.yml up --build --force-recreate

Reference

I used the following project as a reference:

kafka-mirror-maker-schema-registry-transfer's People

Contributors

nicovogelaar avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

kafka-mirror-maker-schema-registry-transfer's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.