Elasticsearch connector issue

26 views
Skip to first unread message

Swapnil Kadu

unread,
Jan 19, 2021, 7:42:25 AM1/19/21
to debezium
Hi guys,
this may be repeated question and pardon me for that. I am trying debezium to sync postgres to elasticsearch. The connector I am using are as in attached files. I am registering the connectors with below commands. 

curl -i -X POST -H "Accept:application/json" -H  "Content-Type:application/json" http://localhost:8083/connectors/ -d @es-sink.json
curl -i -X POST -H "Accept:application/json" -H  "Content-Type:application/json" http://localhost:8083/connectors/ -d @jdbc-sink.json

Issues so far.
1) I am able to list connectors via
localhost:8083/connectors  , but I am getting time out error on 
localhost:8083/connectors/jdbc-sink . 

2) I tried inserting data in to postgres but same records is not reflecting at all in elasticsearch.

Please let me know if I am missing something. I am following article.

Thank you in advance. 

jdbc-sink.json
es-sink.json
Reply all
Reply to author
Forward
0 new messages