Просмотр исходного кода

docs(emqx_bridge_azure_event_hub): remove timestamp from message template example

Stefan Strigler 2 лет назад
Родитель
Сommit
dd11a30383

+ 1 - 2
apps/emqx_bridge_azure_event_hub/src/emqx_bridge_azure_event_hub.erl

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