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">>, 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">>,