We started using the "latest" tagged docker image ...
# general
e
We started using the "latest" tagged docker image so we can use timestamp indexes but in this version kafka sasl_plain authentication doesnt work (class not found). Is it broken or will we just have to wait for an official release to get timestamp indexes and full kafka support in one image?
m
Is there a GH issue for the the Kafka problem you are seeing?
e
No, and it isnt an issue in 0.10.0. It just looks like the kakfka plain sasl login module isnt packaged in the latest docker image
m
@User ^^
x
Can you try to use the shaded path:
Copy code
shaded.org.apache.kafka.xxxx
e
@User it works! Will this be the standard path in 0.11 (and later)?
x
Thanks for pointing this out, in short, we tried to package multiple kafka consumers libs(kafka 0.9, 2.0, 3.0 etc) together, so we need to shade and relocate them separately. Let me rethink this problem and see if we can make this experience seamlessly
h
@Mathieu Alexandre ici
x
From next release, we will remove Kafka 0.9 and only keep Kafka 2.0+