Skip to content
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

Generate test app for Kafka using KafkaContainer and apache/kafka-native #1597

Closed
wants to merge 1 commit into from

Conversation

eddumelendez
Copy link
Contributor

Spring Boot 3.4.0-M2 supports org.testcontainers.kafka.KafkaContainer.
It also provides Testcontainers 1.20.1, which supports apache/kafka-native.

Fixes #1596

Spring Boot 3.4.0-M2 supports `org.testcontainers.kafka.KafkaContainer`.
It also provides Testcontainers 1.20.1, which supports `apache/kafka-native`.

Fixes spring-io#1596
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Sep 25, 2024
@mhalbritter mhalbritter self-assigned this Sep 25, 2024
@mhalbritter mhalbritter added type: enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Sep 25, 2024
mhalbritter pushed a commit that referenced this pull request Sep 25, 2024
Spring Boot 3.4.0-M2 supports org.testcontainers.kafka.KafkaContainer.
It also provides Testcontainers 1.20.1, which supports the
apache/kafka-native image.

See gh-1597
mhalbritter added a commit that referenced this pull request Sep 25, 2024
@mhalbritter
Copy link
Contributor

Thanks @eddumelendez !

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

Successfully merging this pull request may close these issues.

Support org.testcontainers.kafka.KafkaContainer to generate test app
3 participants