You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Ismael Juma (Jira)" <ji...@apache.org> on 2019/10/08 16:06:00 UTC

[jira] [Commented] (KAFKA-8998) Release Candidate Version 2.3.1-rc1 breaks backward compatibility in PATCH version

    [ https://issues.apache.org/jira/browse/KAFKA-8998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16947013#comment-16947013 ] 

Ismael Juma commented on KAFKA-8998:
------------------------------------

The request/response classes are not part of the public API. See the javadoc for the public API classes:

[https://kafka.apache.org/23/javadoc/overview-summary.html]

We only provide compatibility guarantees to those classes

> Release Candidate Version 2.3.1-rc1 breaks backward compatibility in PATCH version
> ----------------------------------------------------------------------------------
>
>                 Key: KAFKA-8998
>                 URL: https://issues.apache.org/jira/browse/KAFKA-8998
>             Project: Kafka
>          Issue Type: Bug
>          Components: clients
>    Affects Versions: 2.3.1
>            Reporter: Juan Pablo Correa
>            Priority: Major
>
> The expected type for the `preparedResponse` method in the `MetadataResponse` ([https://github.com/apache/kafka/blob/2.3.1-rc1/clients/src/main/java/org/apache/kafka/common/requests/MetadataResponse.java#L466]) has changed from a `List<Node>` to a `Collection<Node>` from the version 2.3.0 to 2.3.1, this breaks the backward compatibility that one would expect from a PATCH version.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)