tuichenchuxin opened a new issue #13254:
URL: https://github.com/apache/shardingsphere/issues/13254
Now, `Resource group` statement is routed by
`ShardingDataSourceGroupBroadcastRoutingEngine`
but, it should be routed to all instance.
For example:
```
CREATE RESOURCE GROUP rg1
TYPE = USER
VCPU = 0
THREAD_PRIORITY = 19;
```
When config two instances, it should route to all instance. And then execute.
--
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]