When consuming Kafka messages, we want the key, value, partition, and offset info. As I understand it, this is only available when using dataType = "string". But because our messages are Avro, the ...