README update

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

View File

@ -515,13 +515,16 @@ 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:
topics_pattern:
subscription_name: "mysub"
subscription_type: subscription_type:
consumer_name: consumer_name:
``` ```