-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add tables field to ingest grpc contract #108
Conversation
jeffreylean
commented
Jun 28, 2022
- Add console writer for debugging purposes
- Change ingest_server gRPC contract by adding a new field called tables, in order to support specific table destination(s) while ingesting the batch
@jeffreylean @kelindar @tardunge |
yes, agreed. This makes much more sense. |
LGTM |
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 |