You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Gwen Shapira (JIRA)" <ji...@apache.org> on 2016/05/18 05:44:12 UTC

[jira] [Created] (KAFKA-3724) Replace inter.broker.protocol.version with KIP-35 based version detection

Gwen Shapira created KAFKA-3724:
-----------------------------------

             Summary: Replace inter.broker.protocol.version with KIP-35 based version detection
                 Key: KAFKA-3724
                 URL: https://issues.apache.org/jira/browse/KAFKA-3724
             Project: Kafka
          Issue Type: Bug
            Reporter: Gwen Shapira


inter.broker.protocol.version configuration was nice for few releases, but it is getting to be a pain to maintain, remember to update, it breaks on trunk upgrades, etc.

Since we have KIP-35, the controller can actually check for specific versions supported by brokers for specific API requests. Why not use that and get rid of the configuration? 

We already maintain the protocol versions anyway, upgrades will be smoother, and we'll support upgrades between any two patches.



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