简体   繁体   中英

remote connection to Ksql server

I have a ksql server running on an ec2 instance and I want to connect to it from my local machine. However, it always keeps throwing the following error:

Error issuing GET to KSQL server
Caused by: java.net.ConnectException: Connection refused (Connection refused)
Caused by: Could not connect to the server.

I have modified my security group's settings to allow inbound traffic on the required port (on which the server is running). I am also able to telnet on the port from my local. Any leads on this will be very helpful!! Thanks!

0.0.0.0:8088上启动服务器解决了这个问题。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM