You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have the ability to run kafka testcontainers that don't fit the constraints enforced by the Version class. It assumes a semantic versioning scheme that is not used by all docker tags
Details
In order to test with redpanda or other kafka compatible containers, it would be good to loosen the tag constraints implemented in Version. They seem to be there primarily to control switching between options that would be better made more explicit, ie --zookeeper etc....
The text was updated successfully, but these errors were encountered:
Short description
It would be nice to have the ability to run kafka testcontainers that don't fit the constraints enforced by the
Version
class. It assumes a semantic versioning scheme that is not used by all docker tagsDetails
In order to test with redpanda or other kafka compatible containers, it would be good to loosen the tag constraints implemented in
Version
. They seem to be there primarily to control switching between options that would be better made more explicit, ie--zookeeper
etc....The text was updated successfully, but these errors were encountered: