nevill / zongji

A mysql binlog listener running on Node.js.
Other
375 stars 118 forks source link

Does it support MySQL8? #135

Open ashvinpanteon opened 3 years ago

ashvinpanteon commented 3 years ago

I am new to this library, few queries regarding MySQL version

  1. Is this library supports MySQL v8?
  2. Are there any issues regarding AWS RDS & MySQL 8?
  3. If it supports MySQL 8, are there any specific configurations required?
vlasky commented 3 years ago

@ashvinpanteon a few people have created their own zongji forks with MySQL 8 support, including me. It is available on NPM as @vlasky/zongji.

I hope that our enhancements and fixes will eventually make their to the official package here.

I don't have an answer to your second question because I don't use AWS RDS.