We have dynamic creation of database with fix prefix string. eg test_abc, test_xyz.
They have same collections inside. So I want to watch db names with regex or some other means.
How could I achieve this? I need to push every changes of collection to kafka topics in those dbs.