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

feat: Add Apache Kafka (KRaft) builder (#1347) #1348

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

IbrayevRamil
Copy link

What does this PR do?

Adds Apache Kafka (KRaft) container builder

Why is it important?

Current Kafka builder doesn't support it

Related issues

Copy link

netlify bot commented Jan 24, 2025

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit 9971d6a
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-dotnet/deploys/6793892e41d2ea0008e77eec
😎 Deploy Preview https://deploy-preview-1348--testcontainers-dotnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Choose a reason for hiding this comment

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

For me, this should be made a bit differently as we already have KafkaBuilder.cs:

  1. Put common code for two versions into a BaseKafkaBuilder.cs
  2. Inherit such abstract class in KafkaBuilder.cs and this one

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.

[Enhancement]: Add Apache Kafka Test Container to Kafka module
2 participants