Giter Club home page Giter Club logo

dbz-web's Introduction

######source { "name": "zz-001", "config": { "connector.class": "io.debezium.connector.mysql.MySqlConnector", "tasks.max": "1", "database.hostname": "127.0.0.1", "database.port": "3306", "database.user": "root", "database.password": "root", "database.server.id": "9981", "database.server.name": "test", "database.whitelist": "test", "schema.include.list":"test.test_copy1", "table.include.list": "test.test_copy1", "database.history.kafka.bootstrap.servers": "localhost:9092", "bootstrap.servers":"localhost:9092", "database.history.kafka.topic": "schema-changes.inventory", "transforms": "route", "transforms.route.type": "org.apache.kafka.connect.transforms.RegexRouter", "transforms.route.regex": "([^.]+)\.([^.]+)\.([^.]+)", "transforms.route.replacement": "$3", "value.converter": "org.apache.kafka.connect.json.JsonConverter", "value.converter.schemas.enable": "false" } } #####sink { "name": "ttt111", "config": { "connector.class": "io.confluent.connect.jdbc.JdbcSinkConnector", "tasks.max": "1", "topics": "test_copy1", "connection.url": "jdbc:mysql://127.0.0.1:3306/sample", "connection.password":"root", "connection.user":"root", "key.ignore": "false", "type.name": "customer", "behavior.on.null.values": "delete", "value.converter": "org.apache.kafka.connect.json.JsonConverter", "value.converter.schemas.enable": "false", "delete.enabled":"true", "pk.mode":"record_key", "transforms.key.field": "id", "auto.create":"true", "auto.evolve":"true" } }

dbz-web's People

Contributors

yangzongzhuan avatar lizhongze1 avatar fengcms avatar 3440626 avatar 819589789 avatar hmxmylove avatar qw98qw98 avatar flyfive0315 avatar elunez avatar lyy-star avatar csg0328 avatar soulcoke avatar sunbrightness avatar sproutcat avatar waylon avatar buban521 avatar gaga-change avatar

Stargazers

 avatar

Watchers

 avatar

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.