README update

This commit is contained in:
Yabin Meng 2021-09-24 09:46:45 -05:00
parent da7fd8948e
commit d8bc8ce4fd

View File

@ -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):