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

Add KafkaContainer#withListener #7333

Merged
merged 10 commits into from
Aug 17, 2023
Merged

Add KafkaContainer#withListener #7333

merged 10 commits into from
Aug 17, 2023

Commits on Jul 25, 2023

  1. Add KafkaContainer#withListener

    Allow to register additional listeners. E.g. when using along with
    Toxiproxy, Schema Registry, Kafka Connect, KCat.
    
    Listeners's host will register as a network aliases.
    eddumelendez committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    1f7ddd7 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

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

Commits on Aug 14, 2023

  1. Add docs

    eddumelendez committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    3230579 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Update docs/modules/kafka.md

    Co-authored-by: Kevin Wittek <kiview@users.noreply.github.com>
    eddumelendez and kiview committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ee9f7e2 View commit details
    Browse the repository at this point in the history
  2. Update docs/modules/kafka.md

    Co-authored-by: Kevin Wittek <kiview@users.noreply.github.com>
    eddumelendez and kiview committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    1cd41b2 View commit details
    Browse the repository at this point in the history
  3. Update modules/kafka/src/main/java/org/testcontainers/containers/Kafk…

    …aContainer.java
    
    Co-authored-by: Kevin Wittek <kiview@users.noreply.github.com>
    eddumelendez and kiview committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    582ff2d View commit details
    Browse the repository at this point in the history
  4. Update modules/kafka/src/main/java/org/testcontainers/containers/Kafk…

    …aContainer.java
    
    Co-authored-by: Kevin Wittek <kiview@users.noreply.github.com>
    eddumelendez and kiview committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    d562a9a View commit details
    Browse the repository at this point in the history
  5. Update docs/modules/kafka.md

    Co-authored-by: Kevin Wittek <kiview@users.noreply.github.com>
    eddumelendez and kiview committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    a1748f0 View commit details
    Browse the repository at this point in the history
  6. Update modules/kafka/src/main/java/org/testcontainers/containers/Kafk…

    …aContainer.java
    
    Co-authored-by: Kevin Wittek <kiview@users.noreply.github.com>
    eddumelendez and kiview committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    3b94b49 View commit details
    Browse the repository at this point in the history
  7. Polish docs

    eddumelendez committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    12682a4 View commit details
    Browse the repository at this point in the history