Skip to content
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

Merged
merged 3 commits into from
Jul 5, 2022

Conversation

jeffreylean
Copy link
Collaborator

  • 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

@tardunge tardunge requested review from tardunge and kelindar June 28, 2022 04:00
@atlas-comstock
Copy link
Collaborator

@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.

@jeffreylean
Copy link
Collaborator Author

yes, agreed. This makes much more sense.

@tardunge
Copy link
Collaborator

tardunge commented Jul 5, 2022

LGTM
@atlas-comstock any suggestions?

@atlas-comstock
Copy link
Collaborator

LGTM @atlas-comstock any suggestions?

Sure, let me review it today, should be fine

@atlas-comstock
Copy link
Collaborator

LGTM

@atlas-comstock atlas-comstock changed the title [Breaking changes] add tables field to ingest grpc contract add tables field to ingest grpc contract Jul 5, 2022
@atlas-comstock atlas-comstock merged commit 97aff26 into talariadb:master Jul 5, 2022
@atlas-comstock
Copy link
Collaborator

@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.

@tardunge
Copy link
Collaborator

tardunge commented Jul 5, 2022

I faced a similar issue with UnixNano btwn. Time to bump version to 1.18?

@atlas-comstock
Copy link
Collaborator

haha, can. Now it is 1.17. @tardunge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants