Skip to content

Commit

Permalink
feature: optimized sequencer api demo (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
GimmeCyy authored May 24, 2022
1 parent 54f034f commit 4a8783d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 156 deletions.
6 changes: 6 additions & 0 deletions demo/sequencer/common/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
You can run this demo with different component names.
For example:
```go
go build -o client
./client -s "state_demo"
```
1 change: 1 addition & 0 deletions demo/sequencer/common/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ func main() {
Metadata: nil,
})
if err != nil {
fmt.Print(err)
return
}
fmt.Printf("Next id:%v \n", id)
Expand Down
39 changes: 0 additions & 39 deletions demo/sequencer/in-memory/client.go

This file was deleted.

39 changes: 0 additions & 39 deletions demo/sequencer/mongo/client.go

This file was deleted.

39 changes: 0 additions & 39 deletions demo/sequencer/redis/client.go

This file was deleted.

39 changes: 0 additions & 39 deletions demo/sequencer/zookeeper/client.go

This file was deleted.

0 comments on commit 4a8783d

Please sign in to comment.