taosdata / kafka-connect-tdengine

GNU Affero General Public License v3.0
15 stars 5 forks source link

开始时间问题以及数据重复拉取问题 #43

Open a944795728 opened 1 year ago

a944795728 commented 1 year ago

"timestamp.initial":"2023-06-18 23:00:00",开始时间只能从12个小时之前开始,并且拉取数据时一直在重复拉取数据并且拉取也只能拉取12小时前的数据 Connector configuration is invalid and contains the following 1 error(s):\nInvalid value 2023-06-18 23:00:00 for configuration timestamp.initial: timestamp initial value must be before now\nYou can also find the above list of errors at the endpoint /connector-plugins/{connectorType}/config/validate"

huolibo commented 1 year ago

请检查服务器时间是否正确。配置的起始时间在服务器的当前时间之后即会产生此 Error。