Skip to content

Conversation

@Tofel
Copy link
Contributor

@Tofel Tofel commented Jun 25, 2025

chip ingress + red panda

  • functions to register topics and protos

All in separate go module to limit blast radius of all dependencies required by docker-compose wrapped in testcontainers-go

// so let's try to connect to a Docker network a couple of times, there must be a race condition in Docker
// and even when network sandbox has been created and container is running, this call can still fail
// retrying is simpler than trying to figure out how to correctly wait for the network sandbox to be ready
var connectNetwork = func(networkName string) error {
Copy link
Contributor

Choose a reason for hiding this comment

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

Can't we just be on the same network? Seems like we either need to remove the default network from CTF or to configure this compose to use the same CTF network

Copy link
Contributor Author

Choose a reason for hiding this comment

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

and what's the problem with this approach?

@Tofel Tofel marked this pull request as ready for review June 27, 2025 11:35
@Tofel Tofel requested a review from a team as a code owner June 27, 2025 11:35
@Tofel Tofel merged commit 7564fd5 into main Jun 27, 2025
63 of 64 checks passed
@Tofel Tofel deleted the dx-1118-local-beholder branch June 27, 2025 11:35
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.

2 participants