Hi Apache Kafka Community ,


Assume that your test environment only opens the http(s) service to the outside world, so the local kafka consumers or producers cannot directly access multiple kafka servers in the test environment through the kafka API. Is there a similar plug-in to set up a tunnel from the local to the test environment, access the similar plug-in through kafka's API private protocol, and use the plugin to convert to http, access Confluent REST Proxy through the Http protocol and forward the kafka data packet, thereby A Kafka server that was previously inaccessible can be directly accessed locally.



I am looking for any similar open source plug-ins that can achieve similar functions. Thank you for your help.


By setting up a transparent proxy without changing the client's use Kafka of 
JAVA private protocol, access to the internal Kafka cluster can be achieved 
through the HTTP service access policy of the firewall, and data generation, 
consumption, and management can be achieved.

Reply via email to