-
Notifications
You must be signed in to change notification settings - Fork 3
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
Replace testcontainers with "something else"? #62
Comments
I have the code ready now, just need to figure out how to release a jar file. But that must be another day. |
Why don't we use an embedded Kafka broker created and maintained by someone else? |
Those I found were either not updated for years, or delegated the embedding to testcontainers. At least I had fun creating my little project, which I think is the absolute minimum required to embed a Java server. Including formatting the Kafka log directory (required for KRaft) without running an external command. |
I think the testcontainers tests are slow, and we will also be affected by the DockerHub rate limits. There are some suggestions in testcontainers/testcontainers-java#3099, but I personally think we could/should test this without containers. What about an in-memory embedded broker?
The text was updated successfully, but these errors were encountered: