Guest User

Untitled

a guest
Sep 5th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. $ bin/confluent load jdbc_source_sql -d kafka-connect-jdbc-source.json
  2.  
  3. This CLI is intended for development only, not for production
  4. https://docs.confluent.io/current/cli/index.html
  5.  
  6. parse error: Invalid numeric literal at line 1, column 7
  7.  
  8. {
  9. "name": "jdbc_source_sql",
  10. "config": {
  11. "connector.class": "io.confluent.connect.jdbc.JdbcSourceConnector",
  12. "connection.url": "jdbc:sqlserver://t.t.t.com;database=t;username=t;password=t;",
  13. "table.whitelist": "KafkaTesting",
  14. "mode": "timestamp",
  15. "timestamp.column.name": "timestamp",
  16. "validate.non.null": "false",
  17. "topic.prefix": "sql-"
  18. }
  19. }
Add Comment
Please, Sign In to add comment