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

fix(modules.kafka): Use broker container IP instead of host IP for advertised broker listener #1989

Merged
merged 10 commits into from May 8, 2024

Commits on Jan 12, 2024

  1. Fix advertised broker ip

    port 9092 is not exposed to the host, so we can not connect to it via host ip, but need to use the broker container ip
    khartld committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ba9ada0 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    683284a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    05aadac View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    abdb1cd View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    9abe5a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    4dd9ff7 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    459e58d View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Merge branch 'main' into patch-1

    * main: (44 commits)
      feat: expose JSON representation of a container with Inspect (testcontainers#2534)
      chore(deps): bump test-summary action to v2.3 (testcontainers#2535)
      chore(deps): bump jinja2 from 3.1.3 to 3.1.4 (testcontainers#2533)
      Update devcontainer image (testcontainers#2531)
      chore(influxdb): include more characters in wait for log regex (testcontainers#2532)
      fix(compose): avoid race conditions when caching services (testcontainers#2528)
      chore(deps): bump golangci/golangci-lint-action from 3.7.0 to 5.1.0 (testcontainers#2525)
      chore(deps): bump mkdocs-material from 8.2.7 to 9.1.21 (testcontainers#2524)
      chore(compose): return error in options (testcontainers#2520)
      chore(deps): bump github.com/compose-spec/compose-go/v2 from v2.0.0-rc8 to v2.1.0 (testcontainers#2519)
      chore(deps): bump github.com/containerd/containerd from 1.7.12 to 1.7.15 (testcontainers#2517)
      break: return error from Customize request option (testcontainers#2267)
      fix: wrong copy paste (testcontainers#2515)
      docs: add documentation for Exec method (testcontainers#2451)
      docs: document the SSHd tunnel (testcontainers#2514)
      fix: enhance host configuration port binding (testcontainers#2512)
      feat: forward host ports to a container using an SSH tunnel (testcontainers#2471)
      Update follow_logs.md with adding missing package (testcontainers#2513)
      fix: don't retry on permanent APIClient errors (testcontainers#2506)
      feat: support overriding the default recreate options for compose (testcontainers#2511)
      ...
    mdelapenya committed May 7, 2024
    Configuration menu
    Copy the full SHA
    d86e692 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c38bbc1 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. chore: add test

    mdelapenya committed May 8, 2024
    Configuration menu
    Copy the full SHA
    f4991ba View commit details
    Browse the repository at this point in the history