Pulsar: add flag to enable transactions and set configuration#5479
Conversation
modules/pulsar/src/main/java/org/testcontainers/containers/PulsarContainer.java
Outdated
Show resolved
Hide resolved
|
@eddumelendez @kiview PTAL |
kiview
left a comment
There was a problem hiding this comment.
Thanks for the PR and special thanks for adding the docs @nicoloboschi. I added some general comments and questions 🙂
modules/pulsar/src/main/java/org/testcontainers/containers/PulsarContainer.java
Show resolved
Hide resolved
modules/pulsar/src/main/java/org/testcontainers/containers/PulsarContainer.java
Outdated
Show resolved
Hide resolved
modules/pulsar/src/main/java/org/testcontainers/containers/PulsarContainer.java
Outdated
Show resolved
Hide resolved
modules/pulsar/src/main/java/org/testcontainers/containers/PulsarContainer.java
Outdated
Show resolved
Hide resolved
|
@kiview thanks for reviewing. I fixed your comments, could you review it again? |
eddumelendez
left a comment
There was a problem hiding this comment.
thanks @nicoloboschi ! Really glad to see PulsarContainer will make people life easier :)
I have added minor suggestions and opened the topic about the strategies order.
modules/pulsar/src/main/java/org/testcontainers/containers/PulsarContainer.java
Outdated
Show resolved
Hide resolved
modules/pulsar/src/test/java/org/testcontainers/containers/PulsarContainerTest.java
Outdated
Show resolved
Hide resolved
modules/pulsar/src/test/java/org/testcontainers/containers/PulsarContainerTest.java
Outdated
Show resolved
Hide resolved
modules/pulsar/src/test/java/org/testcontainers/containers/PulsarContainerTest.java
Outdated
Show resolved
Hide resolved
modules/pulsar/src/test/java/org/testcontainers/containers/PulsarContainerTest.java
Outdated
Show resolved
Hide resolved
modules/pulsar/src/test/java/org/testcontainers/containers/PulsarContainerTest.java
Outdated
Show resolved
Hide resolved
modules/pulsar/src/main/java/org/testcontainers/containers/PulsarContainer.java
Show resolved
Hide resolved
|
CI is failing because of Spotless violations, you can run |
Co-authored-by: Eddú Meléndez Gonzales <[email protected]>
kiview
left a comment
There was a problem hiding this comment.
LGTM besides the open discussion about withConfiguration.
I would prefer if we switch it to withEnv, add an usage example to our docs, and further link the Pulsar docs once apache/pulsar#16085 is live.
|
@kiview I think you know better the testcontainers users than me |
modules/pulsar/src/main/java/org/testcontainers/containers/PulsarContainer.java
Outdated
Show resolved
Hide resolved
|
@kiview @eddumelendez PTAL again, I hope it's the latest round 🤞 |
kiview
left a comment
There was a problem hiding this comment.
LGTM, thanks for the great collaboration @nicoloboschi 🙌
withTransactions()method to enable transactions on Pulsar container