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

[Bug] Kafka Connect adapter overrides converter schema registry configuration #23268

Open
3 tasks done
josephglanville opened this issue Sep 7, 2024 · 0 comments
Open
3 tasks done
Labels
type/bug The PR fixed a bug or issue reported a bug

Comments

@josephglanville
Copy link

Search before asking

  • I searched in the issues and found nothing similar.

Read release policy

  • I understand that unsupported versions don't get bug fixes. I will attempt to reproduce the issue on a supported version of Pulsar client and Pulsar broker.

Version

Linux, Java 17, main

Minimal reproduce step

Configure a Kafka Connect based IO connector like Debezium and try use it with a Kafka schema registry.
It will appear to work at first because it will write to the mock registry but on restart of the source will fail to read from offsets topic because lookup from schema registry will fail (as mock registry will now be empty).

What did you expect to see?

That Kafka Connect adapter would transparently pass through properties for schema registry so that url, auth etc can be configured correctly.

What did you see instead?

value.converter.schema.registry.url is forcibly overrriden to "mock" making it impossible to use schema registry with Kafka Connect adapter based sources

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!
@josephglanville josephglanville added the type/bug The PR fixed a bug or issue reported a bug label Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug The PR fixed a bug or issue reported a bug
Projects
None yet
Development

No branches or pull requests

1 participant