Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.testcontainers:kafka (source) 1.20.1 -> 1.20.2 age adoption passing confidence
org.testcontainers:testcontainers-bom (source) 1.20.1 -> 1.20.2 age adoption passing confidence

Release Notes

testcontainers/testcontainers-java (org.testcontainers:kafka)

v1.20.2

Compare Source

What's Changed
🚀 Features & Enhancements
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team October 1, 2024 01:07
@renovate
Copy link
Contributor Author

renovate bot commented Oct 1, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@breedx-splk
Copy link
Contributor

@spockz and @vincentfree mind taking a look -- this testcontainers update required some changes. Hopefully that version bump doesn't hurt the testing of this module.... 🤷🏻

@breedx-splk
Copy link
Contributor

Docs are here: https://java.testcontainers.org/modules/kafka/

@vincentfree
Copy link
Contributor

Thanks. Will take a look soon. Seems to be straightforward but I will validate probably tomorrow

.asCompatibleSubstituteFor("apache/kafka");
private static final String TOPIC = "span_topic";
private KafkaContainer kafka;
private ConfluentKafkaContainer kafka;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd use org.testcontainers.kafka.KafkaContainer and set the image to apache/kafka:3.8.0. That is how we handled this in the instrumentation repo.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks will validate this and update accordingly

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vincentfree you may the permissions needed to push directly to this PR, but if you do find changes to make, just send a new PR, and renovate will automatically close this PR once we merge yours

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will implement the suggestions posted by @laurit, using the vendor neutral kafka variant should be preferred over the use of the confluent variant.

@breedx-splk
Copy link
Contributor

Closing in favor of the other PR.

@vincentfree
Copy link
Contributor

For good measure: #1527

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants