Munir Contractor

Results 12 comments of Munir Contractor

Sorry about that. It was my over zealous auto-formatter. Reverted any changes that are not relevant to the PR.

I am certainly open to simplifying this. However, as user and developer of other connectors, I strongly feel that the connector should support consuming from multiple topics and writing to...

I made the changes as we discussed on Slack. Instead of using new keys for the topic based configuration, I am overloading the existing `route-regex` key to match against the...

With the abstraction, it doesn't need to check the configuration for each record. I want to use the connector with ~30 tables and not having to parse all the configuration...

But that's very limiting in terms of what it can do. The table name has to be the topic name, which is extremely restrictive, and it uses magic string to...

Yeah, but the code in your link does not do that. To do that in your version, it'll have to loop through all the table configurations for each record. The...

IMO making it a plugin gives the user the flexibility to choose. User can add their own routing plugin to the runtime or use SMT or some other means. I...

Yeah, not sure why. I'm leaving it open in hope that they'll reconsider the feature.