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

Drop schema retriever API and kcbq-api module #11

Open
C0urante opened this issue Mar 14, 2024 · 0 comments
Open

Drop schema retriever API and kcbq-api module #11

C0urante opened this issue Mar 14, 2024 · 0 comments
Labels
3.0.0 Breaking changes targeting 3.0.0

Comments

@C0urante
Copy link
Contributor

It's unlikely that the schema retriever interface is still useful; several advances have been made in how table creation and schema updates are performed by the connector since the API was originally added that do the work that the interface was intended to.

To simplify the code base, reduce maintenance cost, and lower the cognitive burden to users, we should remove the pluggable schema retriever interface and instead use the schemas provided with the records themselves by the Kafka Connect runtime (which is also the current default behavior of the connector).

@C0urante C0urante added the 3.0.0 Breaking changes targeting 3.0.0 label Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.0.0 Breaking changes targeting 3.0.0
Projects
None yet
Development

No branches or pull requests

1 participant