|  | @@ -66,6 +66,7 @@ public class DataSourceConfig {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          targetDataSources.put(DataSourceType.SLAVE.name(), slaveDataSource);
 | 
	
		
			
				|  |  |          targetDataSources.put(DataSourceType.SOP.name(), sopDataSource);
 | 
	
		
			
				|  |  | +        targetDataSources.put(DataSourceType.SopREAD.name(), sopReadDataSource);
 | 
	
		
			
				|  |  |          targetDataSources.put(DataSourceType.CLICKHOUSE.name(), clickhouseDataSource); // Ensure matching key
 | 
	
		
			
				|  |  |          return new DynamicDataSource(masterDataSource, targetDataSources);
 | 
	
		
			
				|  |  |      }
 |