Fixed Issues in Kafka

Review the list of Kafka issues that are resolved in Cloudera Runtime 7.3.1.

CDPD-65649: ReplicaAlterLogDirs stuck with Offset mismatch for the future replica
This is a backported fix, see KAFKA-9087 for more information.
CDPD-66986: Mirrormaker 2 auto.offset.reset=latest not working
This is a backported fix, see KAFKA-13988 for more information.
OPSAPS-71258: Kafka, SRM, and SMM cannot process messages compressed with Zstd or Snappy is /tmp is mounted as noexec
The issue is fixed by using JVM flags that point to a different temporary folder for extracting the native library.
CDPD-71433: Connect logical type null values are not handled in AvroConnectTranslator
When the time.precision.mode property is set to connect for the Debezium connector, the connect logical types are used and null values are now handled.
CDPD-62059: AvroConnectTranslator should handle null values in fromConnectData method
Fix possible NPE exception issues in connector tasks which operate with Avro data format using the Cloudera AvroConverter.