Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
testcontainers
/
testcontainers-go
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
625
Star
4.9k
Code
Issues
116
Pull requests
46
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
feat(kafka,redpanda): support for waiting for mapped ports without external checks
- #3165
#3165
Merged
mdelapenya
merged 6 commits into
testcontainers:main
testcontainers/testcontainers-go:main
from
mabrarov:fix/kafka_redpanda_wait_for_mapped_port
mabrarov/testcontainers-go:fix/kafka_redpanda_wait_for_mapped_port
Copy head branch name to clipboard
Jun 3, 2025
Conversation
Commits
6
(6)
Checks
Files changed
Merged
feat(kafka,redpanda): support for waiting for mapped ports without external checks
#3165
mdelapenya
merged 6 commits into
testcontainers:main
testcontainers/testcontainers-go:main
from
mabrarov:fix/kafka_redpanda_wait_for_mapped_port
mabrarov/testcontainers-go:fix/kafka_redpanda_wait_for_mapped_port
Copy head branch name to clipboard
Commits
Commits on May 30, 2025
fix(kafka): waiting for mapped port without trying to connect to it (which is not possible due to Kafka is not started at that point of time) in container post start hook which prepares configurati…
Show description for 3bc7c6e
mabrarov
committed
3bc7c6e
View commit details
Copy full SHA for 3bc7c6e
Browse repository at this point
fix(redpanda): waiting for mapped ports without trying to connect to them (which is not possible due to Redpanda is not started at that point of time) in container post start hook before preparing …
Show description for 1914d08
mabrarov
committed
1914d08
View commit details
Copy full SHA for 1914d08
Browse repository at this point
fix(redpanda): UNIX path for target file when copying files into container with Redpanda (which is Linux based) to run correctly when host OS is Windows.
Show description for dc2b51f
mabrarov
committed
dc2b51f
View commit details
Copy full SHA for dc2b51f
Browse repository at this point
Commits on May 31, 2025
fix(redpanda): support of remote Docker Engine in tests utilizing TLS.
Show description for 02f2a0f
mabrarov
committed
02f2a0f
View commit details
Copy full SHA for 02f2a0f
Browse repository at this point
chore(redpanda): unused const removed.
Show description for f5ab3e2
mabrarov
committed
f5ab3e2
View commit details
Copy full SHA for f5ab3e2
Browse repository at this point
docs(wait): skipping external check when waiting for listening port, waiting for port mapping completion.
Show description for f2c8549
mabrarov
committed
f2c8549
View commit details
Copy full SHA for f2c8549
Browse repository at this point
You can’t perform that action at this time.