Raigor
Raigor
Good suggestion.
Hi @djmirv What is your pom dependency, can you provide it?
Hi @Qianyi951015 I found @sunkai-cai is working on the same issue. Refer to #20777.
Closed for #21659.
Yes, modifying `start.sh` is a bit fiddly, especially in a container environment. We should consider a way to quickly control whether to start the agent or not.
> * How should I reopen this issue? I'm just waiting for one of my PRs to be merged... Hi @linghengqian , which PR is related to this issue?
Hi @Qianyi951015,Thanks for your feedback!
Hi @sunkai-cai This PR has not been active for a long time, and you may have to deal with many conflicts, I will close it now.
Hi @huangxinjian BroadcastTables may be what you need: - Documentation: https://shardingsphere.apache.org/document/current/en/features/sharding/ - Example: https://github.com/apache/shardingsphere/blob/master/examples/shardingsphere-jdbc-example/single-feature-example/sharding-example/sharding-raw-jdbc-example/src/main/java/org/apache/shardingsphere/example/sharding/raw/jdbc/config/ShardingDatabasesConfigurationPrecise.java
> The scenario I want is that part of the data in the t_user is routed to db1, part of it is routed to db2, and part of it is...