You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jun Rao (JIRA)" <ji...@apache.org> on 2019/02/22 17:15:00 UTC

[jira] [Resolved] (KAFKA-7864) AdminZkClient.validateTopicCreate() should validate that partitions are 0-based

     [ https://issues.apache.org/jira/browse/KAFKA-7864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jun Rao resolved KAFKA-7864.
----------------------------
       Resolution: Fixed
    Fix Version/s: 2.3.0

Merged the PR to trunk.

> AdminZkClient.validateTopicCreate() should validate that partitions are 0-based
> -------------------------------------------------------------------------------
>
>                 Key: KAFKA-7864
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7864
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Jun Rao
>            Assignee: Ryan
>            Priority: Major
>              Labels: newbie
>             Fix For: 2.3.0
>
>
> AdminZkClient.validateTopicCreate() currently doesn't validate that partition ids in a topic are consecutive, starting from 0. The client code depends on that. So, it would be useful to tighten up the check.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)