[
https://issues.apache.org/jira/browse/KAFKA-3230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143649#comment-15143649
]
Jason Gustafson commented on KAFKA-3230:
----------------------------------------
[~codecraig] Yes, you are correct. The committed position should be the next
offset that you want to read. We tried to clarify this in the docs in
KAFKA-3191 if you want to have a look. Maybe we can close this if it's not a
problem?
> 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)