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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide Schema Registry support in the Rust Data Transforms SDK #16075

Closed
voutilad opened this issue Jan 11, 2024 · 1 comment 路 Fixed by #16464
Closed

Provide Schema Registry support in the Rust Data Transforms SDK #16075

voutilad opened this issue Jan 11, 2024 · 1 comment 路 Fixed by #16464
Assignees
Labels
area/wasm WASM Data Transforms kind/enhance New feature or request

Comments

@voutilad
Copy link
Contributor

voutilad commented Jan 11, 2024

Who is this for and what problem do they have today?

Rust 馃 users of our wasm capabilities.

What are the success criteria?

Provide SR support analogous to the Go SDK so Rust transforms have access to Schema for deserializing/serializing data from and to topics.

Why is solving this problem impactful?

If a Producer or Consumer is already using SR, it will create additional work and complexity on the transform developer if not make for brittle transform logic that has to hardcode schema information.

Additional notes

@voutilad voutilad added the kind/enhance New feature or request label Jan 11, 2024
@rockwotj rockwotj self-assigned this Jan 11, 2024
@rockwotj rockwotj added the area/wasm WASM Data Transforms label Jan 11, 2024
@rockwotj
Copy link
Contributor

rockwotj commented Feb 3, 2024

There is a work in progress version here if you want to kick the tires: #16464

I just need to test, then it will be ready for a review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/wasm WASM Data Transforms kind/enhance New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants