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:
|
||||
|
||||
```yaml
|
||||
- name: consumer-block
|
||||
- name: multi-topic-consumer-block
|
||||
tags:
|
||||
phase: consumer
|
||||
phase: multi-topic-consumer
|
||||
admin_task: false
|
||||
statements:
|
||||
- name: s1
|
||||
optype: msg-consume
|
||||
subscription_name:
|
||||
subscription_type:
|
||||
consumer_name:
|
||||
- name: s1
|
||||
optype: msg-mt-consume
|
||||
topic_names:
|
||||
topics_pattern:
|
||||
subscription_name: "mysub"
|
||||
subscription_type:
|
||||
consumer_name:
|
||||
```
|
||||
|
||||
This command block only has 1 statements (s1):
|
||||
|
Loading…
Reference in New Issue
Block a user