zhouyao1994 opened a new issue, #24814:
URL: https://github.com/apache/shardingsphere/issues/24814

   ## Question
   i want config  a list wiht     [db0.db0    db1.tb1,  db2.tb2] but when i set 
 actualDataNodes to 
   `db${0,2}.tb${0,2}`
   it genarate a list with
   [    "db0.tb0", "db0.tb1", "db0.tb2",    "db1.tb0", "db1.tb1", "db1.tb2",    
"db2.tb0", "db2.tb1", "db2.tb2"]
   
   how can i genarate to db1.tb1,  db2.tb2 ,db3.tb3, db4.tb4 db5.tb5 db6.tb6?
   
   Before asking a question, make sure you have:
   
   - Googled your question.
   - Searched open and closed [GitHub 
issues](https://github.com/apache/shardingsphere/issues).
   - Read documentation: [ShardingSphere 
Doc](https://shardingsphere.apache.org/document/current/en/overview).
   
   Please pay attention on issues you submitted, because we maybe need more 
details. 
   If no response anymore and we cannot reproduce it on current information, we 
will **close it**.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to