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">>,
|
||||
message => #{
|
||||
key => <<"${.clientid}">>,
|
||||
value => <<"${.}">>,
|
||||
timestamp => <<"${.timestamp}">>
|
||||
value => <<"${.}">>
|
||||
},
|
||||
max_batch_bytes => <<"896KB">>,
|
||||
partition_strategy => <<"random">>,
|
||||
|
|
Loading…
Reference in New Issue