wenbingshen opened a new pull request #9787:
URL: https://github.com/apache/kafka/pull/9787


   …ect the control plane to be safe and stable.
   
   At present,data requests and control requests use different endpoints,these 
endpoints are all registered with ZooKeeper.This results in the client business 
still having access to the metadata that controls the endpoint,this returns the 
control endpoint back to the data endpoint.One option is to turn on the 
firewall to disable client access to the control port.But does Kafka need to do 
something on its own to handle data request access control endpoints to deny 
those requests.I modified part of the code to deny access control endpoints for 
data requests.This is the first time I've submitted code to the community,I 
hope to get some advice, if possible, I will continue to work on this.


----------------------------------------------------------------
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.

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


Reply via email to