Open keshramjith opened 2 weeks ago
Please add the module label, I'm not sure how to do that
Thanks for creating the issue. Do you know if any changes to the module are necessary? Could you simply override the default image instead? Typically, we try to avoid changing the default image version to prevent introducing breaking changes; instead, we recommend developers to pin the version.
Yes, I did try overriding the image with .WithImage()
, however I encountered a bunch of issues and some module changes are required.
I see, thanks for the clarification. In this case, we usually make the necessary changes but try to support both configurations and ensure backward compatibility.
Problem
Upgrade docker image of Testcontainers.Pulsar to Apache Pulsar v4.0.0
Solution
Changing docker image version and any other necessary changes required for Apache Pulsar v4.0.0
Benefit
Using the latest LTS version of Apache Pulsar
Alternatives
None
Would you like to help contributing this enhancement?
Yes