6. I saw the topic is created
7. but no data is available on kafka
{
"source" : {
"server" : "houncadb5"
},
"position" : {
"commit_lsn" : "0008aeec:00078881:0001",
"change_lsn" : "NULL"
},
"databaseName" : "db_encompass",
"schemaName" : "dbo",
"tableChanges" : [ {
"type" : "CREATE",
"id" : "\"db_encompass\".\"dbo\".\"newtest2\"",
"table" : {
"defaultCharsetName" : null,
"primaryKeyColumnNames" : [ "clientid" ],
"columns" : [ {
"name" : "clientid",
"jdbcType" : 4,
"typeName" : "int identity",
"typeExpression" : "int identity",
"charsetName" : null,
"length" : 10,
"scale" : 0,
"position" : 1,
"optional" : false,
"autoIncremented" : false,
"generated" : false
}, {
"name" : "peoplesoftclientid",
"jdbcType" : -9,
"typeName" : "nvarchar",
"typeExpression" : "nvarchar",
"charsetName" : null,
"length" : 30,
"position" : 2,
"optional" : false,
"autoIncremented" : false,
"generated" : false
}, {
"name" : "address",
"jdbcType" : -9,
"typeName" : "nvarchar",
"typeExpression" : "nvarchar",
"charsetName" : null,
"length" : 255,
"position" : 3,
"optional" : true,
"autoIncremented" : false,
"generated" : false
}, {
"name" : "datecreated",
"jdbcType" : 93,
"typeName" : "datetime",
"typeExpression" : "datetime",
"charsetName" : null,
"length" : 23,
"scale" : 3,
"position" : 4,
"optional" : true,
"autoIncremented" : false,
"generated" : false
}, {
"name" : "datemodified",
"jdbcType" : 93,
"typeName" : "datetime",
"typeExpression" : "datetime",
"charsetName" : null,
"length" : 23,
"scale" : 3,
"position" : 5,
"optional" : true,
"autoIncremented" : false,
"generated" : false
} ]
}
} ]
}
8. check all logs, attached all logs, no ERROR except the following, which can be ignored
[oracle@houbiap5 kafka]$ cat kafka.stdout |grep ERROR
[2019-04-17 13:02:06,904] ERROR Failed to submit metrics via secure endpoint, falling back to insecure endpoint (io.confluent.support.metrics.submitters.ConfluentSubmitter)