Is this intentioal in the Kafka 0.8.2.0 version, org.apache.kafka.clients.consumer.KafkaConsumer, the method:
public Map<String, ConsumerRecords<K, V>> poll(long timeout) { return null; } Which version of 0.8.x.x should I use so that I could do a consumer.poll(2000)?