Guest User

Untitled

a guest
Jul 24th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. etc/schema-registry/connect-avro-standalone.properties
  2.  
  3. plugin.path=/usr/share/java,/tmp/Softwares/confluent-hub-client-latest/share/confluent-hub-components/confluentinc-kafka-connect-cdc-mssql/lib
  4.  
  5. $ confluent load mssqlCDC -d /tmp/Softwares/confluent-hub-client-latest/share/confluent-hub-components/confluentinc-kafka-connect-cdc-mssql/etc/mssqlsource.properties
  6.  
  7. (23) Failed writing body
  8.  
  9. name=mssqlsource
  10. tasks.max=2
  11. connector.class=io.confluent.connect.cdc.mssql.MsSqlSourceConnector
  12. initial.database=(MYDATABASE)
  13. server.name=(MYSERVER)
  14. server.port=(PORT)
  15. username=(MYUSER)
  16. password=(MYPASS)
  17. change.tracking.tables=(MYTABLE)
Add Comment
Please, Sign In to add comment