[
https://issues.apache.org/jira/browse/KAFKA-1852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14271884#comment-14271884
]
Jun Rao commented on KAFKA-1852:
--------------------------------
Another weird thing this causes is that we can commit an offset to a
non-existing topic, but will get an UnknownTopic error when fetching the offset.
> OffsetCommitRequest can commit offset on unknown topic
> ------------------------------------------------------
>
> Key: KAFKA-1852
> URL: https://issues.apache.org/jira/browse/KAFKA-1852
> Project: Kafka
> Issue Type: Bug
> Affects Versions: 0.8.3
> Reporter: Jun Rao
>
> Currently, we allow an offset to be committed to Kafka, even when the
> topic/partition for the offset doesn't exist. We probably should disallow
> that and send an error back in that case.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)