Kafka connect Regex Transform not working in the MSK Connect

0

We're trying to route the messages from debezium connector using regex transform(org.apache.kafka.connect.transforms.RegexRouter). But it's working fine in Apache Kafka connect but not on MSK connect. Is MSK connect supports Regex Transforms.

asked 2 years ago379 views
1 Answer
0

Hi there, yes RegexRouter and other Kafka connect transformation types should work in MSK Connect as well. Do you see errors specific to 'transforms' related parameters or RegexRouter in the MSK Connect logs?

AWS
SUPPORT ENGINEER
answered 2 years ago
  • No Error's are shown in the logs, The messages are routing to default topic name.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions