You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jason Gustafson (JIRA)" <ji...@apache.org> on 2016/09/06 21:54:20 UTC

[jira] [Created] (KAFKA-4135) Inconsistent javadoc for KafkaConsumer.poll behavior when there is no subscription

Jason Gustafson created KAFKA-4135:
--------------------------------------

             Summary: Inconsistent javadoc for KafkaConsumer.poll behavior when there is no subscription
                 Key: KAFKA-4135
                 URL: https://issues.apache.org/jira/browse/KAFKA-4135
             Project: Kafka
          Issue Type: Bug
          Components: consumer
            Reporter: Jason Gustafson
            Priority: Minor


Currently, the javadoc for {{KafkaConsumer.poll}} says the following: 
"It is an error to not have subscribed to any topics or partitions before polling for data." However, we don't actually raise an exception if this is the case. Perhaps we should?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)