testcontainers-java icon indicating copy to clipboard operation
testcontainers-java copied to clipboard

Add UDP support for GenericContainer and DockerComposeContainer

Open mkrzywanski opened this issue 5 years ago • 5 comments

Added support for udp protocol for GenericContainer and DockerComposeContainer.

mkrzywanski avatar Jul 11 '20 15:07 mkrzywanski

Would fix #554

kiview avatar Jul 11 '20 17:07 kiview

We will review this, however it's a fairly big PR with potentially breaking changes, so it may take time.

rnorth avatar Jul 17 '20 11:07 rnorth

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[bot] avatar Jan 24 '21 03:01 stale[bot]

so what's the status of this? Is it going to be rejected?

mbesida avatar Apr 08 '21 18:04 mbesida

@mbesida there are breaking changes that should be reverted.

Also note that even UDP if not provided as a set of convenient methods, it is possible to do it with low level API: https://www.testcontainers.org/features/advanced_options/#customizing-the-container and GenericContainer#getContainerInfo

bsideup avatar Apr 09 '21 06:04 bsideup