“error_code”:500,“message”:“IO Error trying to forward REST request: java.net.ConnectException: 拒绝连接”
执行下面的命令报错:
- curl -u debezium:4a3s4d02234 http://debezium-001.optics.net:8083/connectors/mysql-optics-prod/restart -X POST
错误提示如下所示:
- {“error_code”:500,“message”:“IO Error trying to forward REST request: java.net.ConnectException: 拒绝连接”}
解决方法,确保下面参数设置正确:
- rest.host.name=debezium-001.optics.net
- rest.port=8083