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

dekaf: Fix connector_tags for Dekaf #2027

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jshearer
Copy link
Contributor

@jshearer jshearer commented Mar 27, 2025

Description:

This got broken in #2018. It was throwing errors like this:

agent::connector_tags: connector Spec RPC failed error=parsing local config

Caused by:
    missing field `variant` at line 1 column 56 image=ghcr.io/estuary/dekaf-generic:v1

Now that we don't bypass Runtime::serve_materialize for Dekaf anymore, we need to pass a valid DekafConfig.


This change is Reviewable

This got broken in #2018. It was throwing errors like this:

```
agent::connector_tags: connector Spec RPC failed error=parsing local config

Caused by:
    missing field `variant` at line 1 column 56 image=ghcr.io/estuary/dekaf-generic:v1
```

Now that we don't bypass `Runtime::serve_materialize` for Dekaf anymore, we need to pass a valid `DekafConfig`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant