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

Rust Schema Registry ABI stubs don't match wasmtime expectations preventing SR-enabled Rust transforms from deploying #18528

Closed
voutilad opened this issue May 16, 2024 · 0 comments
Labels
kind/bug Something isn't working

Comments

@voutilad
Copy link
Contributor

voutilad commented May 16, 2024

Version & Environment

Redpanda version: 24.1.2

What went wrong?

Deploying a Rust transform that uses the Schema Registry integration fails with:

redpanda-1        | INFO  2024-05-16 14:54:39,478 wasm - Finished compiling wasm module timestamp-converter
redpanda-1        | WARN  2024-05-16 14:54:39,484 [shard 0:tran] transform - transform_manager.cc:435 - failed to create transform processor timestamp-converter: wasm::wasm_exception (unknown import: `redpanda_schema_registry::get_schema_subject_len` has not been defined), retrying...

What should have happened instead?

Transforms deploys.

Additional information

Internal Slack thread: https://redpandadata.slack.com/archives/C01819S3ARH/p1715871313680999

JIRA Link: CORE-2983

@voutilad voutilad added the kind/bug Something isn't working label May 16, 2024
voutilad added a commit to voutilad/redpanda that referenced this issue May 16, 2024
Lazin pushed a commit to Lazin/redpanda that referenced this issue Jun 1, 2024
Fixes redpanda-data#18528

Signed-off-by: Oren Leiman <oren.leiman@redpanda.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant