### What would you like to be added? Use the uri and token to connect the target milvus ``` POST localhost:8444/cdc Content-Type: application/json body: { "request_type":"create", "request_data":{ "milvus_connect_param":{ # use the uri and token "host":"localhost", "port":19530, "username":"root", "password":"Milvus", "enable_tls":true, "connect_timeout":10 }, "collection_infos":[ { "name":"*" } ], "rpc_channel_info": { "name": "by-dev-replicate-msg" } } } ``` ### Why is this needed? _No response_ ### Anything else? _No response_