简体   繁体   English

Kafka Connect Vertica Sink 连接器端口问题

[英]Kafka Connect Vertica Sink Connector Port Issue

I am trying to use the Vertica Sink Connector.我正在尝试使用 Vertica 接收器连接器。 The database port we have is 443. The connector is expecting it to be between 1025 & 65535. Error I am getting is shown below.我们拥有的数据库端口是 443。连接器期望它在 1025 和 65535 之间。我得到的错误如下所示。 What can be done here ?在这里可以做什么?

"message": "Connector configuration is invalid and contains the following 1 error(s):\\nInvalid value (443) must be between 1025 and 65535. for configuration vertica.port\\nYou can also find the above list of errors at the endpoint /{connectorType}/config/validate " "message": "连接器配置无效并包含以下 1 个错误:\\n无效值 (443) 必须介于 1025 和 65535 之间。对于配置 vertica.port\\n您还可以在端点找到上述错误列表/{connectorType}/config/validate "

I don't know Verica, but 443 is commonly an HTTPS port.我不知道 Verica,但 443 通常是一个 HTTPS 端口。

If you are truly using HTTPS, seems like you'll need a reverse proxy on another, higher port that redirects to the other one.如果您真的在使用 HTTPS,似乎您需要在另一个更高的端口上使用反向代理来重定向到另一个端口。

There is nothing you can do to fix the config validation if you don't have access to the source code.如果您无权访问源代码,则无法修复配置验证。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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