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: failed parsing configuration with sdk. #2185

Open
raulb opened this issue Feb 28, 2025 · 0 comments
Open

Bug: failed parsing configuration with sdk. #2185

raulb opened this issue Feb 28, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@raulb
Copy link
Member

raulb commented Feb 28, 2025

Bug description

Just experienced this error when using both, the field.set and json.decode processors:

2025-02-28T18:27:57+00:00 ERR failed opening processor error="failed configuring processor: failed to parse configuration: config invalid: \"sdk.schema.decode.key.enabled\": unrecognized parameter\n\"sdk.schema.decode.payload.enabled\": unrecognized parameter\n\"sdk.schema.encode.key.enabled\": unrecognized parameter\n\"sdk.schema.encode.payload.enabled\": unrecognized parameter" component=ProcessorNode node_id=kafka-to-snowflake:parsing pipeline_id=kafka-to-snowflake stack=[{"file":"/Users/raulbarroso/go/pkg/mod/github.com/conduitio/[email protected]/pkg/processor/runnable_processor.go","func":"github.com/conduitio/conduit/pkg/processor.(*RunnableProcessor).Open","line":49},{"file":"/Users/raulbarroso/go/pkg/mod/github.com/conduitio/[email protected]/pkg/plugin/processor/builtin/impl/json/decode.go","func":"github.com/conduitio/conduit/pkg/plugin/processor/builtin/impl/json.(*decodeProcessor).Configure","line":68}]

Steps to reproduce

  1. Set up a pipeline using a processor (I've tried both field.set and json.decode processors)
  2. Use any source or destination. In my test I was using generator to snowflake
  3. Make sure you use some of the sdk... configuration fields.
  4. Run conduit
  5. Notice those error messages.

Version

v.0.13.1

@raulb raulb added bug Something isn't working triage Needs to be triaged labels Feb 28, 2025
@raulb raulb changed the title Bug: failed parsing configuration Bug: failed parsing configuration with sdk. Feb 28, 2025
@lovromazgon lovromazgon moved this from Triage to Todo in Conduit Main Mar 4, 2025
@lovromazgon lovromazgon removed the triage Needs to be triaged label Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

2 participants