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.
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.