kafka-connect-ui
                                
                                
                                
                                    kafka-connect-ui copied to clipboard
                            
                            
                            
                        CONNECTIVITY ERROR
Unable to connect to Kafka-Connect, However, it is normal to request http://node-01:8083/connectors,
How can I properly manage kafka-Connect?
thanks!
Solution is to whitelist the relevant origins in your connect-distributed.properties file.
Refer the Connect Worker configs access.control.allow.origin
access.control.allow.origin=*
access.control.allow.methods=GET,POST,PUT,DELETE,OPTIONS,HEAD
For security reasons, do not set it to * . Post testing, set it to the whitelisted value of your domain.