[
https://issues.apache.org/jira/browse/KAFKA-10891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17255911#comment-17255911
]
Wenbing Shen commented on KAFKA-10891:
--------------------------------------
[~showuon] I added validation of control requests in PR, and, when the control
plane is on, the broker sends the controlled shutdown request through the
control plane.
> The control plane needs to force the validation of requests from the
> controller
> -------------------------------------------------------------------------------
>
> Key: KAFKA-10891
> URL: https://issues.apache.org/jira/browse/KAFKA-10891
> Project: Kafka
> Issue Type: Improvement
> Components: controller, core
> Affects Versions: 2.7.0
> Reporter: Wenbing Shen
> Assignee: Wenbing Shen
> Priority: Major
> Attachments: 0880c08b0110fd91d30e.png, 0880c08b0110fdd1eb0f.png
>
>
> Current, data and control request through different plane in isolation, these
> endpoints are registered to the zookeeper node plane, this will cause the
> client to obtain the control endpoint, the client may use control endpoint
> for production, consumption and other data request, this violates the
> separation of data requests and the design of the control request, the server
> needs to be in the control plane inspection control request, refused to
> request data through the control plane.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)