Debezium Connector for RDS Aurora

谁都会走 提交于 2020-01-24 20:57:30

问题


I'm trying to use debezium with rds/aurora/ and I'm thinking which connector to use MySQL connector or there is another connector for Aurora? Also, how can i connect debezium connector(localhost) to remote aws aurora db? Also, is someone using debezium with aurora to share some info.

Also, how can i configure debezium to write into different kafka topics the different tables which we are monitoring?

Regards


回答1:


While creating AWS Aurora instance you must have chosen between

  • Amazon Aurora with MySQL compatibility
  • Amazon Aurora with PostgreSQL compatibility

Based on this you can choose between MySQL or Postgres connector for Debezium. There is no separate connector for Aurora.

how can i connect debezium connector(localhost) to remote aws aurora db?

You need to configure connector with database.hostname and database.port

Refer - https://debezium.io/documentation/reference/1.0/connectors/index.html



来源:https://stackoverflow.com/questions/57686722/debezium-connector-for-rds-aurora

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!