logtail 插件 input service_kafka报错 #459
Answered
by
codingdancer
codingdancer
asked this question in
Help
Replies: 2 comments
-
报错代码为,取出来的值为非正 报错
看源码 发现最新镜像使用的sarama 中已经丢弃CommitInterval字段,使用Consumer.Offsets.AutoCommit.Interval替代
在初始配置时 并未给默认值,只给c.Consumer.Offsets.AutoCommit.Interval = 1 * time.Second
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Takuka0311
-
遇到了同样的问题,不太会编译,下次版本出包得下个月底了吧
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
docker环境下 采集kakfa 数据 ,发现如下问题:
1.topic 配置问题
应该使用key 为Topics 配置,否则会报找不到topic
2.sarama-cluster 消费问题
具体报错信息
类似 : https://blog.csdn.net/ecjtusanhu/article/details/106376699
docker 配置如下:
Beta Was this translation helpful? Give feedback.
All reactions