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

source-kafka: support schema registry and Avro decoding #2089

Merged
merged 16 commits into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ jobs:
"materialize-dynamodb",
"materialize-elasticsearch",
"source-dynamodb",
"source-kafka",
"source-kinesis",
"source-mysql",
"source-postgres",
Expand Down Expand Up @@ -232,11 +233,6 @@ jobs:
cd ..;
pytest ${{matrix.connector}}/tests;

- name: Start Dockerized test infrastructure
if: matrix.connector == 'source-kafka'
run: |
docker compose --file infra/docker-compose.yaml up --wait

- name: Source connector ${{ matrix.connector }} integration tests
if: |
contains(fromJson('[
Expand Down
65 changes: 0 additions & 65 deletions infra/docker-compose.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions infra/kafka_jaas.conf

This file was deleted.

Loading
Loading