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

Include worker override properties in Connect Configs tab #1344

Merged
merged 2 commits into from
Jan 22, 2023

Conversation

alozano3
Copy link
Contributor

This resolves the issue #1336

I've made a few changes. Instead of calling the Connect /validate endpoint with dummy values to retrieve the plugin configs, I send the request with all the configs that the connector has. That way, it returns the specification of all the required definitions and also the ones of the worker overridden properties(producer.override.* and consumer.override.*). Also the type of the values required for validation.

I also changed the transforms properties to follow the same behavior. Instead of having a raw json, there will be a row for each key/value, and now the validations returned from the connect will be applied to the values.
override
transforms

@tchiotludo tchiotludo merged commit 6a6a2bb into tchiotludo:dev Jan 22, 2023
tchiotludo pushed a commit that referenced this pull request Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants