How to group kafka topics in different dbs and collections with mongodb sink connector depending on kafka topic name or message key/value
As the title states, I'm using debezium Postgres source connector and I would like MongoDB sink connector to group kafka topics in different collection and databases (also different dbs to isolate unrelated data) according to their names. While inquiring I…