@@ -46,6 +46,7 @@ class ApplicationCDCMonitor:
url='http://{}:{}{}/{}'.format(self.cdc_url, self.cdc_port, self.cdc_changefeeds_url, task_id),
headers=headers)
back = backResult.json()
+ print(back)
if back is None:
os.system(
'cd /data/tidb-deploy/cdc-8300/bin; ./cdc cli changefeed create --pd=http://192.168.0.184:2379 '