Guest User

Untitled

a guest
Dec 19th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. kafka-console-consumer --bootstrap-server 192.168.80.30:9092 --topic test-sql-server-jdbc-ConnectSampleTable --from-beginning
  2. {"schema":{"type":"struct","fields":[{"type":"int32","optional":false,"field":"Id"},{"type":"string","optional":false,"field":"Name"}],"optional":false,"name":"ConnectSampleTable"},"payload":{"Id":1,"Name":"David"}}
  3. {"schema":{"type":"struct","fields":[{"type":"int32","optional":false,"field":"Id"},{"type":"string","optional":false,"field":"Name"}],"optional":false,"name":"ConnectSampleTable"},"payload":{"Id":2,"Name":"Bill"}}
  4. {"schema":{"type":"struct","fields":[{"type":"int32","optional":false,"field":"Id"},{"type":"string","optional":false,"field":"Name"}],"optional":false,"name":"ConnectSampleTable"},"payload":{"Id":3,"Name":"John"}}
  5. {"schema":{"type":"struct","fields":[{"type":"int32","optional":false,"field":"Id"},{"type":"string","optional":false,"field":"Name"}],"optional":false,"name":"ConnectSampleTable"},"payload":{"Id":4,"Name":"Harry"}}
Add Comment
Please, Sign In to add comment