Craig W created KAFKA-3230:
------------------------------
Summary: Unable to commit offsets if partition is paused
Key: KAFKA-3230
URL: https://issues.apache.org/jira/browse/KAFKA-3230
Project: Kafka
Issue Type: Bug
Components: clients
Affects Versions: 0.9.0.0
Reporter: Craig W
If I pause a topic partition, then try to
[commitSync(java.util.Map<TopicPartition,OffsetAndMetadata>
offsets)|http://kafka.apache.org/090/javadoc/org/apache/kafka/clients/consumer/KafkaConsumer.html#commitSync(java.util.Map)]
to that partition, no error is thrown and the offset does not actually get
committed.
It seems I have to resume before being able to commit offsets. This behavior is
unexpected, at least based on the documentation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)