GreptimeTeam / greptimedb-ingester-go

A Go ingester for GreptimeDB, which is compatible with GreptimeDB protocol and lightweight.
Apache License 2.0
15 stars 5 forks source link

Support set timezone when config a new connection #28

Closed Taylor-lagrange closed 8 months ago

Taylor-lagrange commented 8 months ago

GreptimeDB already support set timezone in gRPC protocol, to specify some default behavior when insert and query data, but greptimedb-ingester-go seem still not support set timezone when build a new connection

Taylor-lagrange commented 8 months ago

https://github.com/GreptimeTeam/greptimedb/issues/2907

yuanbohan commented 8 months ago

timezone is unnecessary in writing scenario, and ingester in only for writing, updating and deleting. So I will close this issue cc @waynexia