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

Allow for customization of the Kafka container image #2340

Closed
gunnarmorling opened this issue Feb 10, 2020 · 5 comments
Closed

Allow for customization of the Kafka container image #2340

gunnarmorling opened this issue Feb 10, 2020 · 5 comments

Comments

@gunnarmorling
Copy link

Hey, great work with Testcontainers! The Debezium community is currently working on Testcontainers support for Debezium, aiming to simplify integration tests of CDC pipelines.

We're currently using the existing Kafka TC container; we'd like to be able to use our own Kafka image for that purpose.

@bsideup
Copy link
Member

bsideup commented Feb 10, 2020

Thank you for the feedback!

Do you want to use a re-published Confluent Platform image or a custom Kafka one?
In our Kafka container we rely on some scripts from Confluent Platform (as the only semi-official source of Kafka Docker images, unfortunately), but we could also extract some common parts I guess.

@gunnarmorling
Copy link
Author

Do you want to use a re-published Confluent Platform image or a custom Kafka one?

We'd like to use the Kafka image built by the Debezium community. What are these scripts exactly about?

@bsideup
Copy link
Member

bsideup commented Feb 10, 2020

See

protected void containerIsStarting(InspectContainerResponse containerInfo, boolean reused) {

and

@stale
Copy link

stale bot commented May 15, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe this is a mistake, please reply to this comment to keep it open. If there isn't one already, a PR to fix or at least reproduce the problem in a test case will always help us get back on track to tackle this.

@stale stale bot added the stale label May 15, 2020
@stale
Copy link

stale bot commented May 30, 2020

This issue has been automatically closed due to inactivity. We apologise if this is still an active problem for you, and would ask you to re-open the issue if this is the case.

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

No branches or pull requests

3 participants