v1.2.0: Improve KafkaException to show more low-level detail
This release includes #43, which adds more detail to the adc.errors.KafkaException
class by exposing the low-level confluent_kafka.KafkaError
directly on the exception so that callers can make judgements about the retriability of errors.