wesql / wescale

WeScale is a Modern MySQL proxy that supports read-write-split, read-after-write-consistency, load balancing and OnlineDDL.
Apache License 2.0
196 stars 8 forks source link

[Enhancement Request] Use config files to start cluster in examples #474

Closed earayu closed 3 months ago

earayu commented 3 months ago

Background

Currently, the examples provided in the project do not utilize configuration files to start the cluster.

Proposal

I suggest enhancing the examples by incorporating the use of configuration files for starting the cluster. This will make it easier for users to configure and customize the cluster according to their specific requirements.

earayu commented 3 months ago

git fetch origin git checkout 474-enhancement-request-use-config-files-to-start-cluster-in-examples