Advertisement
Guest User

Untitled

a guest
Dec 10th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. name=jdbc-source
  2. connector.class=io.confluent.connect.jdbc.JdbcSourceConnector
  3. connection.url=jdbc:mysql://localhost:3306/restdb_example
  4. connection.user=root
  5. connection.password=pass
  6. dialect.name=MySqlDatabaseDialect
  7. mode=bulk
  8. query=SELECT * FROM restdb_example.Item, restdb_example.Country;
  9. poll.interval.ms=60000
  10. topic.prefix=DBInfo_Topic
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement