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

Editing a Connector config with SMTs requires predicates to be configured #937

Open
philipp94831 opened this issue Nov 24, 2023 · 0 comments
Labels
feature New feature or request frontend

Comments

@philipp94831
Copy link

When editing a Kafka Connector config with SMTs configured, these SMTs require predicate to be configured because negate is suposedly configured.
image

The connector config looks and works like this

"transforms": "changeTopic",
"transforms.changeTopic.regex": ".*",
"transforms.changeTopic.replacement": "my-new-topic",
"transforms.changeTopic.type": "org.apache.kafka.connect.transforms.RegexRouter",

predicate and negate are not required and there should not be by the frontend

@weeco weeco added feature New feature or request frontend labels Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request frontend
Projects
None yet
Development

No branches or pull requests

2 participants