golang 调用 github.com/Shopify/sarama 库坑记录

问题描述

  • 当 golang 使用 github.com/Shopify/sarama 调用 kafka 时会遇到下面两个问题
  • go mod tidy 事后会遇到路径错误
  • 编译后连接 kafka 也会有错误信息

go mod tidy 错误信息

复制代码
go: github.com/IBM/sarama@v1.43.3 used for two different module paths (github.com/IBM/sarama and github.com/Shopify/sarama)

新版本 sarama 启动会遇到下面错误

复制代码
[2024-12-03 16:33:11.447] [INFO] [37888] [commands.go:33] >>> [falcon-kafka_consumer] msg=proc.Start, ok
[2024-12-03 16:33:11.448] [INFO] [37888] [commands.go:33] >>> [falcon-kafka_consumer] msg=send.Start, ok
[2024-12-03 16:33:11.448] [INFO] [37888] [commands.go:33] >>> [falcon-kafka_consumer] msg=start to init consumer group of low version kafka
[2024-12-03 16:33:11.448] [INFO] [37888] [commands.go:33] >>> [falcon-kafka_consumer] msg=http.startHttpServer ok, listening: 0.0.0.0:6850
[2024-12-03 16:33:12.241] [ERROR] [37888] [commands.go:33] >>> [falcon-kafka_consumer] msg=init high consumer group error: kafka: client has run out of available brokers to talk to: 6 errors occurred:
	* EOF
	* EOF
	* EOF
	* EOF
相关推荐
darkb1rd3 小时前
lingbot-map:流式 3D 重建实战指南与解析
开源·github·好物分享
AC赳赳老秦4 小时前
HR必备:OpenClaw批量筛选简历、发送面试通知,优化招聘流程
运维·人工智能·python·eclipse·github·deepseek·openclaw
yyuuuzz5 小时前
独立站搭建:从入门到避坑实战
前端·git·github
splage6 小时前
Nginx 反向代理之upstream模块以及完整配置反向代理示例
git·nginx·github
jiayong237 小时前
GitHub 二开并持续同步上游稳定分支详细指南
github
北漂Zachary7 小时前
四大编程语言终极对决:汇编/C#/Go/Java谁更强
汇编·golang·c#
逛逛GitHub7 小时前
暴击设计行业的 Claude Design ,系统提示词在 GitHub 上泄露了。
github
Stark-C8 小时前
NAS音乐必备神器,全平台音乐收割机!极空间部署『Go Music DL』
开发语言·后端·golang
程序猿阿伟10 小时前
《QClaw隐藏的GitHub自动化神级用法》
运维·自动化·github
夜宵饽饽12 小时前
Agent文件系统检索核心:Grep和Glob工具
javascript·github