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 schema_registry_api_key to kafka input #179

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

added api key config in docs

07bd360
Select commit
Loading
Failed to load commit list.
Open

Add schema_registry_api_key to kafka input #179

added api key config in docs
07bd360
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Aug 23, 2024 in 8m 49s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #179 Add schema_registry_api_key to kafka input.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job ENV OS State
611.1 ELASTIC_STACK_VERSION=8.x DOCKER_ENV=dockerjdk17.env Linux passed
611.2 SNAPSHOT=true ELASTIC_STACK_VERSION=8.x DOCKER_ENV=dockerjdk17.env Linux passed

Build Configuration

Build Option Setting
Language Shell
Operating System Linux (Focal)
Build Configuration
{
  "language": "shell",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "env": [
    "jobs={:ELASTIC_STACK_VERSION=>\"8.x\", :DOCKER_ENV=>\"dockerjdk17.env\"}={:SNAPSHOT=>\"true\", :ELASTIC_STACK_VERSION=>\"8.x\", :DOCKER_ENV=>\"dockerjdk17.env\"}"
  ],
  "before_install": [
    "mkdir -p .ci && curl -sL https://github.com/logstash-plugins/.ci/archive/1.x.tar.gz | tar zxvf - --skip-old-files --strip-components=1 -C .ci --wildcards \"*Dockerfile*\" \"*docker*\" \"*.sh\""
  ],
  "install": [
    ".ci/docker-setup.sh"
  ],
  "script": [
    ".ci/docker-run.sh"
  ]
}