I'm using DynamicDataSource, DynamicDataSource
Contains a ShardingSphereDatasource and a dbc2DataSource.
When I try to create a ShardingSphereDatasource for more than one dbc2DataSource, I fail.
The reason for this failure is that the multiple ShardingSphereDatasource created are actually the same, and I found that the ShardingSphereDatasource was init only once. Re-creation will point to the same address
I'm using DynamicDataSource, DynamicDataSource Contains a ShardingSphereDatasource and a dbc2DataSource.
When I try to create a ShardingSphereDatasource for more than one dbc2DataSource, I fail.
The reason for this failure is that the multiple ShardingSphereDatasource created are actually the same, and I found that the ShardingSphereDatasource was init only once. Re-creation will point to the same address