From dd59a9170f2efe87cfdb06cb8bdcb189adcbeac2 Mon Sep 17 00:00:00 2001 From: firest Date: Tue, 18 Jul 2023 08:08:46 +0000 Subject: [PATCH] chore(hstream): add more information to the template description to reduce confusion --- rel/i18n/emqx_bridge_hstreamdb.hocon | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rel/i18n/emqx_bridge_hstreamdb.hocon b/rel/i18n/emqx_bridge_hstreamdb.hocon index 10700d4eb..809c60588 100644 --- a/rel/i18n/emqx_bridge_hstreamdb.hocon +++ b/rel/i18n/emqx_bridge_hstreamdb.hocon @@ -41,7 +41,8 @@ local_topic.label: """Local Topic""" record_template.desc: -"""The HStream Record template to be forwarded to the HStreamDB. Placeholders supported.""" +"""The HStream Record template to be forwarded to the HStreamDB. Placeholders supported.
+NOTE: When you use `raw record` template (which means the data is not a valid JSON), you should use `read` or `subscription` in HStream to get the data.""" record_template.label: """HStream Record"""