I am consuming data from a Kafka topic using the following consumer setup:
val consumer = { val properties = new Properties() properties.put(ConsumerC