Kafka+iis:坏网关

cclgggtu  于 2021-06-06  发布在  Kafka
关注(0)|答案(1)|浏览(406)

我有一个kafka服务器运行在linux服务器10.xx.xx.xx:9092上。我在iis上运行了一个c语言的producer asp.net core 2.0 webapi应用程序。
获取坏网关错误
kafka服务器正在linux box上运行。
在postman中测试api时,出现以下错误:

<h3>HTTP Error 502.3 - Bad Gateway</h3>
        <h4>The specified CGI application encountered an error and the server terminated the process.</h4>
lzfw57am

lzfw57am1#

更改server.properties中的listeners属性可以实现这一点。

server.properties:

listeners=xx.xxx.xx.xx:9092

相关问题