docs(emqx_bridge_azure_event_hub): remove timestamp from message template example

This commit is contained in:
Stefan Strigler 2023-11-02 11:50:10 +01:00
parent a89b0c8cf4
commit dd11a30383
1 changed files with 1 additions and 2 deletions

View File

@ -270,8 +270,7 @@ values(producer) ->
topic => <<"topic">>,
message => #{
key => <<"${.clientid}">>,
value => <<"${.}">>,
timestamp => <<"${.timestamp}">>
value => <<"${.}">>
},
max_batch_bytes => <<"896KB">>,
partition_strategy => <<"random">>,