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

chore(fvt): tweak to work across more versions #2615

Merged
merged 2 commits into from
Aug 21, 2023
Merged

chore(fvt): tweak to work across more versions #2615

merged 2 commits into from
Aug 21, 2023

Commits on Aug 21, 2023

  1. chore(fvt): tweak to work across more versions

    - update the Dockerfile and docker-compose.yml to ensure it works across
      a wider range of KAFKA_VERSIONs all on Java 11 by patching and setting
      envvars
    - ensure hostnames are set to avoid reverse lookups on older kafkas
    - switch to kafka-api-versions for HEALTHCHECK as that was available
      with the same cmdline args for all versions
    
    Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
    dnwe committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    270f507 View commit details
    Browse the repository at this point in the history
  2. fix(fvt): ensure correct version in consumer tests

    A couple were missing Config Version and the zstd test only wowrks on
    kafka 2.1.0 and newer so needed a checkKafkaVersion call
    
    Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
    dnwe committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    2b54832 View commit details
    Browse the repository at this point in the history