Unable to send Kafka Message through port forwarding
问题 I have an issue about sending message to Kafka using port forwarding. We are using port forwarding for Kafka like this: | Hostname | IP | Port | Port Forwarding | |----------|---------------|------|-----------------------| | kafka01 | 192.168.0.100 | 9092 | 106.107.118.119:30124 | | kafka02 | 192.168.0.101 | 9092 | 106.107.118.119:30125 | | kafka03 | 192.168.0.102 | 9092 | 106.107.118.119:30126 | To connect to kafka broker from my localhost, I have to use VPN to connect to these addresses 192