-
Bug
-
Resolution: Not a Bug
-
Minor
-
None
-
None
-
False
-
False
-
Undefined
-
-
Hello
I'm creating a little proof of concept about CDC (replicate mysql database into postgres one) using a local vm over my computer.
For this PoC I am using following components from debezium:
.- debezium connect
.- debezium ui
I am getting below error while trying to access to debezium ui:
{"message":"Network Error","name":"Error","stack":"Error: Network Error\n at createError (http://192.168.47.129:8180/715.bundle.22e54ddedde506683284.js:1498:15)\n at XMLHttpRequest.handleError (http://192.168.47.129:8180/715.bundle.22e54ddedde506683284.js:1019:14)","config":{"url":"http://localhost:8080/api/connectors/1","method":"get","headers":
{"Accept":"application/json"},"transformRequest":[null],"transformResponse":[null],"timeout":0,"xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN","maxContentLength":-1,"maxBodyLength":-1}}
Another issue i am getting is that if I modify a mysql table this alter is not propagated to schema-registry docker neither postgres database.
Thanks in advance
Regards