mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Convert message error runtime exception to counter metrics
This commit is contained in:
parent
686af3d9ca
commit
ac2fdf2a2e
@ -5,7 +5,7 @@ bindings:
|
|||||||
|
|
||||||
# document level parameters that apply to all Pulsar client types:
|
# document level parameters that apply to all Pulsar client types:
|
||||||
params:
|
params:
|
||||||
topic_uri: "persistent://public/default/sanity_seqloss2"
|
topic_uri: "persistent://tnt0/ns0/sanity_seqloss12"
|
||||||
# Only applicable to producer and consumer
|
# Only applicable to producer and consumer
|
||||||
# - used for message ordering and message loss check
|
# - used for message ordering and message loss check
|
||||||
async_api: "true"
|
async_api: "true"
|
||||||
@ -23,6 +23,7 @@ blocks:
|
|||||||
#seqerr_simu: "out_of_order"
|
#seqerr_simu: "out_of_order"
|
||||||
#seqerr_simu: "msg_loss"
|
#seqerr_simu: "msg_loss"
|
||||||
#seqerr_simu: "msg_dup"
|
#seqerr_simu: "msg_dup"
|
||||||
|
seqerr_simu: "out_of_order, msg_loss"
|
||||||
msg_key:
|
msg_key:
|
||||||
msg_property:
|
msg_property:
|
||||||
msg_value: "{myvalue}"
|
msg_value: "{myvalue}"
|
||||||
|
Loading…
Reference in New Issue
Block a user