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

Deprecate Prefix & Suffix settings in favor of RegexRouter #31

Open
OneCricketeer opened this issue Jan 31, 2019 · 1 comment
Open

Deprecate Prefix & Suffix settings in favor of RegexRouter #31

OneCricketeer opened this issue Jan 31, 2019 · 1 comment

Comments

@OneCricketeer
Copy link

AFAICT, the features of prefix and suffix can be done with a SMT

For example

transforms=TopicRename

transforms.TopicRename.type=org.apache.kafka.connect.transforms.RegexRouter
transforms.TopicRename.regex=(.*)
transforms.TopicRename.replacement=mirrored.$1.some-suffix
@pdavidson100
Copy link
Contributor

pdavidson100 commented Feb 6, 2019

Agreed, this makes sense.

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

No branches or pull requests

2 participants