mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Fix example yaml file producer and consumer parameter names
This commit is contained in:
parent
f7c9e50f35
commit
c077218e8a
@ -6,6 +6,6 @@ blocks:
|
||||
ops:
|
||||
op1:
|
||||
MessageConsume: "tnt0/ns0/tp0"
|
||||
consumer_name: ""
|
||||
subscription_name: "mynbsub"
|
||||
subscription_type: "shared"
|
||||
consumerName: ""
|
||||
subscriptionName: "mynbsub"
|
||||
subscriptionType: "shared"
|
||||
|
@ -13,7 +13,7 @@ blocks:
|
||||
ops:
|
||||
op1:
|
||||
MessageProduce: "tnt0/ns0/tp1"
|
||||
producer_name: ""
|
||||
producerName: ""
|
||||
msg_key: |
|
||||
{
|
||||
"Location": "{location}",
|
||||
|
Loading…
Reference in New Issue
Block a user