Skip to content

Commit

Permalink
remove subscribeTopicEvents API demo
Browse files Browse the repository at this point in the history
Signed-off-by: “huazhongming” <[email protected]>
  • Loading branch information
CrazyHZM committed Nov 19, 2024
1 parent 530e88d commit d6e8a3b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 113 deletions.
17 changes: 0 additions & 17 deletions demo/pubsub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,5 @@ go build -o layotto
cd ${project_path}/demo/pubsub/client/
go build -o publisher
./publisher -s pub_subs_demo

#################### Run pubsub demo with SubscribeTopicEvents ####################
# 1. start layotto
cd ${project_path}/cmd/layotto
go build -o layotto
./layotto start -c ../../configs/config_standalone.json

cd ${project_path}/demo/pubsub/dynamic/
# 2. start subscriber
go build -o subscriber
/.subscriber -s pub_subs_demo

# 3. start publisher
cd ${project_path}/demo/pubsub/client/
go build -o publisher
./publisher -s pub_subs_demo


```
96 changes: 0 additions & 96 deletions demo/pubsub/server/dynamic/subscribe_server.go

This file was deleted.

0 comments on commit d6e8a3b

Please sign in to comment.