Skip to content

Commit

Permalink
Remove z_pub_cache and z_query_sub entries from zenoh-ext examples RE…
Browse files Browse the repository at this point in the history
…ADME
OlivierHecart committed Dec 5, 2024
1 parent 95ce535 commit 6023920
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions zenoh-ext/examples/examples/README.md
Original file line number Diff line number Diff line change
@@ -42,31 +42,6 @@
z_advanced_sub
```

### z_pub_cache

Declares a publisher and an associated publication cache with a given key expression.
All the publications are locally cached (with a configurable history size - i.e. max number of cached data per resource). The cache can be queried by a QueryingSubscriber at startup (see next example).

Typical usage:
```bash
z_pub_cache
```
or
```bash
z_pub_cache --history 10
```

### z_query_sub

Declares a querying subscriber with a selector.
At startup, the subscriber issuez a query (by default on the same selector than the subscription) and merge/sort/de-duplicate the query results with the publications received in parallel.

Typical usage:
```bash
z_query_sub
```


### z_member

Group Management example: join a group and display the received group events (Join, Leave, LeaseExpired), as well as an updated group view.

0 comments on commit 6023920

Please sign in to comment.