-
Notifications
You must be signed in to change notification settings - Fork 386
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
Reduce kafka docker version constraint #1493
Conversation
Wouldn't it be much better to allow setting the value to be returned from |
And saving the version as a simple string? Couldn't it break backward compatibility? |
Ok, I finally looked a bit into what you are trying to solve here. Your problem boils down which flags to pass on the command lines for zookeeper or non-zookeeper. |
@yuvalshi0 What do you think about @ennru 's suggestion, and would you be able to continue on this PR? |
I personally don't use red panda, rather I build a completely custom tags (mainly because there are no official arm docker images for Kafka), how do you think we should handle a tag which does not follow any schema? |
Missed that PR because Gmail moved it to my spam 😅, will do now |
Closes #1424
I don't know if this is the best solution, but since some people might want to use a custom tag (like building a
cp-kafka
image on M1), a good idea might be to just use the 5.2.0 and above connect param, tested at:alpakka-kafka/testkit/src/main/java/akka/kafka/testkit/internal/KafkaContainerCluster.java
Line 310 in 9419b5d
So, if the tag is not "comparable", we will just use the newer connect param