Hey all! We're trying to get a testimonial from a ...
# announcements
j
Hey all! We're trying to get a testimonial from a team that has used our log-based CDC (available on Postgres and MySQL for now). Please leave me a note if you did. Really appreciate the help octavia loves !!
🎉 1
airbyte rocket 1
t
Hey @John (Airbyte), we have been working on trying to use it for the last few weeks, but unfortunately we haven't had success with it yet.
j
Sorry to read this. Did you post you issue in #C01MFR03D5W ?
h
Same here, it does not seem to work with Aurora MySQL as the
log_bin
parameter can not be set there, but is required by the connector.
s
@Hendrik Braun MySQL aurora can be configured to enable the bin log. You would have to make changes in the
Db cluster parameter group
https://aws.amazon.com/premiumsupport/knowledge-center/enable-binary-logging-aurora/ set the value for the
binlog_format
parameter, for ROW. You would also have to reboot the database once changes are done You can also change the retention period of binary logs in aurora https://aws.amazon.com/premiumsupport/knowledge-center/aurora-mysql-increase-binlog-retention/#:~:text=Note%3A%20The%20maximum%20value%20for,will%20be%20used%20by%20default.
@Tyler DeLange we are aware of your issues with OOM and I am working towards fixing them in this sprint.