Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation: Update the MySQL Hive Metastore configuration docs
After updating the MySQL connector/J JDBC driver version in the Hive image, we're now seeing problems with running newer versions of Metering with older MySQL server versions (e.g. 5.6, 5.7). When diving into the MySQL Pod logs, we may see the `"[NOTE] Bad handshake"` message logged, which may indicate we're attempting to authenticate from the client using TLS 1.2 or TLS 1.3 during the handshake. This is likely because earlier MySQL server versions only support TLS 1.1 versions and earlier, so we need to explicitly document this behavior.
- Loading branch information