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

问题描述

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

go mod tidy 错误信息

复制代码
go: github.com/IBM/[email protected] 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
相关推荐
大大小小聪明3 小时前
Git合并多个提交方法详解
git·github
Yvonne爱编码8 小时前
CSS- 4.1 浮动(Float)
前端·css·html·github·html5·hbuilder
冷yan~9 小时前
GitHub文档加载器设计与实现
java·人工智能·spring·ai·github·ai编程
Chandler2410 小时前
Go语言 GORM框架 使用指南
开发语言·后端·golang·orm
wktomo11 小时前
GO语言学习(二)
学习·golang
你怎么知道我是队长11 小时前
Go语言语法---输入控制
golang
蚂蚁在飞-11 小时前
Golang基础知识—cond
开发语言·后端·golang
李迟12 小时前
Golang实践录:在go中使用curl实现https请求
开发语言·golang·https
BUG制造机.13 小时前
Go 语言的 GMP 模型
golang
张帅涛_66613 小时前
golang读、写、复制、创建目录、删除、重命名,文件方法总结
golang