mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
README update
This commit is contained in:
parent
da7fd8948e
commit
d8bc8ce4fd
@ -515,15 +515,18 @@ message from multiple Pulsar topics per NB cycle execution. A typical format
|
|||||||
of this command block is as below:
|
of this command block is as below:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: consumer-block
|
- name: multi-topic-consumer-block
|
||||||
tags:
|
tags:
|
||||||
phase: consumer
|
phase: multi-topic-consumer
|
||||||
|
admin_task: false
|
||||||
statements:
|
statements:
|
||||||
- name: s1
|
- name: s1
|
||||||
optype: msg-consume
|
optype: msg-mt-consume
|
||||||
subscription_name:
|
topic_names:
|
||||||
subscription_type:
|
topics_pattern:
|
||||||
consumer_name:
|
subscription_name: "mysub"
|
||||||
|
subscription_type:
|
||||||
|
consumer_name:
|
||||||
```
|
```
|
||||||
|
|
||||||
This command block only has 1 statements (s1):
|
This command block only has 1 statements (s1):
|
||||||
|
Loading…
Reference in New Issue
Block a user