Kafka连接节点-1时无法建立连接,这是为什么?
- 内容介绍
- 文章标签
- 相关推荐
本文共计193个文字,预计阅读时间需要1分钟。
Kafka报错内容:WARN [Consumer clientId=consumer-1, groupId=console-consumer-950] 连接到节点-1的连接无法建立。可能是因为您的配置文件中PLAINTEXT与您的请求内容不一致。
kafka报错内容:
WARN [Consumer clientId=consumer-1, groupId=console-consumer-950] Connection to node -1 could not be established. Broker may not be available.
这是因为你的配置文件中的PLAINTEXT跟你请求的内容不同。
本文共计193个文字,预计阅读时间需要1分钟。
Kafka报错内容:WARN [Consumer clientId=consumer-1, groupId=console-consumer-950] 连接到节点-1的连接无法建立。可能是因为您的配置文件中PLAINTEXT与您的请求内容不一致。
kafka报错内容:
WARN [Consumer clientId=consumer-1, groupId=console-consumer-950] Connection to node -1 could not be established. Broker may not be available.
这是因为你的配置文件中的PLAINTEXT跟你请求的内容不同。

