What are your thoughts on using plugin options to pass filters to the decoding plugin to allow users to filter out specific schemas, tables (or maybe even columns)?
I'm not sure how easy those are to parse or what the data structure looks like.
If it's going to be clunky to configure or a huge performance penalty I suppose we could use code generation to add filtering in at build time, but that doesn't seem like the best option for most deployments.