Guest User

Untitled

a guest
Feb 6th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #mysql kafka publishing test
  2. #
  3.  
  4. name=mysql-bulk-source
  5. connector.class=io.confluent.connect.jdbc.JdbcSourceConnector
  6. tasks.max=10
  7. connection.url=jdbc:mysql://localhost:3306
  8. mode=bulk
  9. connection.user=kafkadbtest
  10. connection.password=password
  11. topic.prefix=mysql-
Add Comment
Please, Sign In to add comment