mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
fix yaml indentation in pulsar_client_avro
This commit is contained in:
parent
808ba0678b
commit
5355edf759
@ -27,7 +27,7 @@ blocks:
|
|||||||
- name: s2
|
- name: s2
|
||||||
optype: batch-msg-send
|
optype: batch-msg-send
|
||||||
msg_key: "{mykey}"
|
msg_key: "{mykey}"
|
||||||
msg_value: |
|
msg_value: |
|
||||||
{
|
{
|
||||||
"SensorID": "{sensor_id}",
|
"SensorID": "{sensor_id}",
|
||||||
"SensorType": "Temperature",
|
"SensorType": "Temperature",
|
||||||
@ -48,13 +48,13 @@ blocks:
|
|||||||
optype: msg-send
|
optype: msg-send
|
||||||
# producer_name: {producer_name}
|
# producer_name: {producer_name}
|
||||||
msg_key: "{mykey}"
|
msg_key: "{mykey}"
|
||||||
msg_value: |
|
msg_value: |
|
||||||
{
|
{
|
||||||
"SensorID": "{sensor_id}",
|
"SensorID": "{sensor_id}",
|
||||||
"SensorType": "Temperature",
|
"SensorType": "Temperature",
|
||||||
"ReadingTime": "{reading_time}",
|
"ReadingTime": "{reading_time}",
|
||||||
"ReadingValue": {reading_value}
|
"ReadingValue": {reading_value}
|
||||||
}
|
}
|
||||||
|
|
||||||
- name: consumer-block
|
- name: consumer-block
|
||||||
tags:
|
tags:
|
||||||
|
Loading…
Reference in New Issue
Block a user