You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i want to have 2 source connectors reading from the same mqtt topic and writing to 2 different kafka topics. why i need this? because i am using a different partitioning key
is it possible to a add a prefix so "select * from" to add to the kafka topic name ?
The text was updated successfully, but these errors were encountered:
So are you suggesting to create 2 connectors, 1 of which would use an SMT to rewrite the topic name?
As I am using wildcard mqtt subscriptions, di you know any SMT that can rewrite topic names dynamically (e.g. using regex or so)? Or maybe simply appending a suffix "_copy" to the topic names?
i want to have 2 source connectors reading from the same mqtt topic and writing to 2 different kafka topics. why i need this? because i am using a different partitioning key
is it possible to a add a prefix so "select * from" to add to the kafka topic name ?
The text was updated successfully, but these errors were encountered: