Replies: 1 comment
-
@zhong2312 You can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since I am using Nacos as the configuration center and service registry and discovery center for my services, I want to directly store the sharding configuration in Nacos without the need for additional deployment of ZooKeeper. Although the documentation mentions using Nacos as a persistent repository, I am not quite sure how to do it. I have looked at many examples and blog posts, but whether it is in cluster mode or standalone mode, they all seem to store the configuration in the YAML files within the project. If the configuration is stored in YAML files, doesn't that mean each service instance has to modify the configuration individually? Therefore, the configuration should be stored in Nacos, and then the ShardingJDBC should be configured with the Nacos dataId. However, I couldn't find the relevant documentation. Could you provide me with some resources to help me achieve my requirements? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions