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

feat(fvt): experiment with per-kafka-version image #2592

Merged
merged 2 commits into from
Aug 11, 2023
Merged

feat(fvt): experiment with per-kafka-version image #2592

merged 2 commits into from
Aug 11, 2023

Commits on Aug 11, 2023

  1. chore(fvt): tidyup broker await

    - ensure test clients are closed after use
    - increase initial delay, will be at least 10s to become ready so no
      point polling too early
    - bump default KAFKA_VERSION to 3.5.1 if not set
    
    Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
    dnwe committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    bd81a11 View commit details
    Browse the repository at this point in the history
  2. feat(fvt): experiment with per-kafka-version image

    Switch to templating the Dockerfile and docker-compose so that each
    image is uniquely named and contains just the kafka version specified.
    This will make it easier to have a large matrix test for the main branch
    whilst keeping the PR checks at 2 or 3 kafka versions
    
    Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
    dnwe committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3d7b37f View commit details
    Browse the repository at this point in the history