qiaojialin commented on code in PR #532: URL: https://github.com/apache/iotdb-docs/pull/532#discussion_r1923030186
########## src/zh/UserGuide/latest/API/Programming-Data-Subscription.md: ########## @@ -0,0 +1,266 @@ + + +<!-- + +* Licensed to the Apache Software Foundation (ASF) under one +* or more contributor license agreements. See the NOTICE file +* distributed with this work for additional information +* regarding copyright ownership. The ASF licenses this file +* to you under the Apache License, Version 2.0 (the +* "License"); you may not use this file except in compliance +* with the License. You may obtain a copy of the License at + * +* http://www.apache.org/licenses/LICENSE-2.0 + * +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. + --> + +# 数据订阅API + +IoTDB 提供了强大的数据订阅功能,允许用户通过订阅SDK实时获取IoTDB新增的数据。详细的功能定义及介绍:[数据订阅](../User-Manual/Data-subscription.md) Review Comment: ```suggestion IoTDB 提供了强大的数据订阅功能,允许用户通过订阅 API 实时获取 IoTDB 新增的数据。详细的功能定义及介绍:[数据订阅](../User-Manual/Data-subscription.md) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
