I currently use Nifi changecaptureMysql processor to read Binlogs from Mysql 5.7. (encryption not supported)
I got to know that Mysql 8.0 supports binlogs to be encrypted. and soon I want to upgrade.
Currently Nifi is able to read un-encrypted bin logs successfully, with just DB username and password.
Can someone please help me understand what changes to be done to the processor configuration that it will read encrypted Binlogs ? Do we need to provide any keys ? to decrypt the logs ? Please suggest.