cmccabe opened a new pull request, #14306:
URL: https://github.com/apache/kafka/pull/14306

   Implement KIP-919: Allow AdminClient to Talk Directly with the KRaft 
Controller Quorum and add Controller Registration. This KIP adds a new version 
of DescribeClusterRequest which is supported by KRaft controllers. It also 
teaches AdminClient how to use this new DESCRIBE_CLUSTER request to talk 
directly with the controller quorum. This is all gated behind a new 
MetadataVersion, IBP_3_7_IV0.
   
   In order to share the DESCRIBE_CLUSTER logic between broker and controller, 
this PR factors it out into AuthHelper.computeDescribeClusterResponse.
   
   The KIP adds three new errors codes: MISMATCHED_ENDPOINT_TYPE, 
UNSUPPORTED_ENDPOINT_TYPE, and UNKNOWN_CONTROLLER_ID. The endpoint type errors 
can be returned from DescribeClusterRequest
   
   On the controller side, the controllers now try to register themselves with 
the current active controller, by sending a CONTROLLER_REGISTRATION request. 
This, in turn, is converted into a RegisterControllerRecord by the active 
controller. ClusterImage, ClusterDelta, and all other associated classes have 
been upgraded to propagate the new metadata. In the metadata shell, the cluster 
directory now contains both broker and controller subdirectories.
   
   QuorumFeatures previously had a reference to the ApiVersions structure used 
by the controller's NetworkClient. Because this PR removes that reference, 
QuorumFeatures now contains only immutable data. Specifically, it contains the 
current node ID, the locally supported features, and the list of quorum node 
IDs in the cluster.


-- 
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-unsubscr...@kafka.apache.org

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

Reply via email to