You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/11/18 16:48:35 UTC

[GitHub] [kafka] hgeraldino opened a new pull request #11515: KIP-795 Make AbstractCoordinator part of the public API

hgeraldino opened a new pull request #11515:
URL: https://github.com/apache/kafka/pull/11515


   As part of KIP-795, this PR relocates some classes from the `org.apache.kafka.clients.consumer.internals` package to the `org.apache.kafka.clients.consumer` package, in order to make them part of Kafka's public API.
   
   No new functionality has been added or removed.  The methods included in the new `Coordinator` interface have forcibly made public, and so has methods from other internal classes (Hearbeat, ConsumerNetworkClient) that are referenced from the newly public classes.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] hgeraldino closed pull request #11515: KIP-795 Make AbstractCoordinator part of the public API

Posted by GitBox <gi...@apache.org>.
hgeraldino closed pull request #11515:
URL: https://github.com/apache/kafka/pull/11515


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org