Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load from Kafka: UnsupportedVersionException. Failed to sample data: The broker does not support LIST_OFFSETS with version in range[2,4]. The supported range is [0,1]. #8279

Closed
mingzeng21 opened this issue Aug 9, 2019 · 3 comments · Fixed by #10551

Comments

@mingzeng21
Copy link

Load from Kafka: UnsupportedVersionException. Failed to sample data: The broker does not support LIST_OFFSETS with version in range[2,4]. The supported range is [0,1].

Affected Version

The Druid version is 0.15.0

Description

I am trying to load data from Kafka using Druid Kafka ingestion. I get error message: UnsupportedVersionException. Failed to sample data: The broker does not support LIST_OFFSETS with version in range[2,4]. The supported range is [0,1].

I know that the version of the Kafka broker should be 0.10.x or newer.
I am using a CDH cluster. The Kafka version shown on CM is 0.10.2+kafka2.2.0. The KAFKA dir under cloudera/parcels is KAFKA-2.2.0-1.2.2.0.

It seems like my Kafka version has met the requirement. But why this fatal exception has happened?

@ighack
Copy link

ighack commented Aug 9, 2019

I have same exception
my kafak is kafka_2.11-0.10.1.0

@jihoonson
Copy link
Contributor

Hi, the minimum supported Kafka version is changed to 0.11.0 in 0.15.0. See https://github.com/apache/incubator-druid/releases/tag/druid-0.15.0-incubating for more details.

@averma111
Copy link

Hi Team,

I am new to Druid 0.15.1. If the issue is fixed. Where I can get the patch to fix this?.

Thanks,
Ashish

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants