Kafka Consumers¶
KafkaConsumer uses Fetcher to fetch records from a Kafka cluster. One could say that KafkaConsumer is a developer-oriented interface to Fetcher.
KafkaConsumer is assigned a IsolationLevel based on isolation.level configuration property.