Closed jeffreylean closed 2 years ago
@jeffreylean @kelindar @tardunge Do you think it's a good idea to add a new grpc method instead of breaking the old one? Users(me) may have one table destination in batch, and we don't want to update downstream service.
yes, agreed. This makes much more sense.
LGTM @atlas-comstock any suggestions?
LGTM @atlas-comstock any suggestions?
Sure, let me review it today, should be fine
LGTM
@tardunge @jeffreylean btw, you are using https://pkg.go.dev/time#Time.UnixMicro which is only supported from 1.17 so that I upgrade the github ci go version.
I faced a similar issue with UnixNano btwn. Time to bump version to 1.18?
haha, can. Now it is 1.17. @tardunge