forked from alibaba/Sentinel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update cluster demo README and remove unused demo
Signed-off-by: Eric Zhao <[email protected]>
- Loading branch information
Showing
2 changed files
with
6 additions
and
62 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
sentinel-demo/sentinel-demo-cluster/sentinel-demo-cluster-embedded/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Sentinel Cluster Embedded Mode Demo | ||
|
||
This demo demonstrates how to configure data source for cluster rules and configuration | ||
in **embedded mode**. You can start multiple `ClusterDemoApplication` instances and do cluster assignment in Sentinel dashboard or via dynamic data source. | ||
|
||
See [DemoClusterInitFunc](https://github.com/alibaba/Sentinel/blob/master/sentinel-demo/sentinel-demo-cluster/sentinel-demo-cluster-embedded/src/main/java/com/alibaba/csp/sentinel/demo/cluster/init/DemoClusterInitFunc.java) for a sample of dynamic configuration. |
62 changes: 0 additions & 62 deletions
62
...uster-embedded/src/main/java/com/alibaba/csp/sentinel/demo/cluster/ClusterClientDemo.java
This file was deleted.
Oops, something went wrong.