docs(emqx_bridge_azure_event_hub): remove timestamp from message template example
This commit is contained in:
parent
a89b0c8cf4
commit
dd11a30383
|
@ -270,8 +270,7 @@ values(producer) ->
|
||||||
topic => <<"topic">>,
|
topic => <<"topic">>,
|
||||||
message => #{
|
message => #{
|
||||||
key => <<"${.clientid}">>,
|
key => <<"${.clientid}">>,
|
||||||
value => <<"${.}">>,
|
value => <<"${.}">>
|
||||||
timestamp => <<"${.timestamp}">>
|
|
||||||
},
|
},
|
||||||
max_batch_bytes => <<"896KB">>,
|
max_batch_bytes => <<"896KB">>,
|
||||||
partition_strategy => <<"random">>,
|
partition_strategy => <<"random">>,
|
||||||
|
|
Loading…
Reference in New Issue