The broker does not support LIST_OFFSETS with version in range [2,4]. The supported range is [0,1]

蔚落 2022-11-09 06:05 325阅读 0赞
  1. "recentErrors": [
  2. {
  3. "timestamp": "2021-03-14T11:06:45.295Z",
  4. "exceptionClass": "org.apache.kafka.common.errors.UnsupportedVersionException",
  5. "message": "org.apache.kafka.common.errors.UnsupportedVersionException: The broker does not support LIST_OFFSETS with version in range [2,4]. The supported range is [0,1].",
  6. "streamException": true
  7. },
  8. {
  9. "timestamp": "2021-03-14T11:07:15.299Z",
  10. "exceptionClass": "org.apache.kafka.common.errors.UnsupportedVersionException",
  11. "message": "org.apache.kafka.common.errors.UnsupportedVersionException: The broker does not support LIST_OFFSETS with version in range [2,4]. The supported range is [0,1].",
  12. "streamException": true
  13. },
  14. {
  15. "timestamp": "2021-03-14T11:07:45.303Z",
  16. "exceptionClass": "org.apache.kafka.common.errors.UnsupportedVersionException",
  17. "message": "org.apache.kafka.common.errors.UnsupportedVersionException: The broker does not support LIST_OFFSETS with version in range [2,4]. The supported range is [0,1].",
  18. "streamException": true
  19. }
  20. ]
  21. }

报错原因
我使用的druid-0.15.0 kafka版本kafka_2.11-0.10.1.0
版本不支持
看github上https://github.com/apache/druid/releases/tag/druid-0.15.0-incubating
在这里插入图片描述
解决方案
换高版本的kafka
我换的kafka_2.11-2.4.0
在这里插入图片描述

发表评论

表情:
评论列表 (有 0 条评论,325人围观)

还没有评论,来说两句吧...

相关阅读