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

feat(connector): add protobuf #54

Merged
merged 2 commits into from
Mar 31, 2022
Merged

feat(connector): add protobuf #54

merged 2 commits into from
Mar 31, 2022

Conversation

pinglin
Copy link
Member

@pinglin pinglin commented Mar 31, 2022

Because

  • connector-backend is introduced as a microservice for managing all source and destination data connectors

This commit

  • initiate the connector protobuf

// Source connector ID
uint64 id = 1 [ (google.api.field_behavior) = OUTPUT_ONLY ];
// Source connector name
string name = 2 [ (google.api.field_behavior) = REQUIRED ];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pinglin I think this message is only provided in response, then all fieds will be OUTPUT_ONLY. What do you think?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's correct. Message Source and Destination is used in only reponse. Will make a change.

@pinglin pinglin changed the title feat: add connector protobuf feat(connector): add protobuf Mar 31, 2022
@pinglin pinglin requested a review from Phelan164 March 31, 2022 10:19
Copy link
Contributor

@Phelan164 Phelan164 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pinglin pinglin merged commit f7f637b into main Mar 31, 2022
@pinglin pinglin deleted the add-connector-protobuf branch March 31, 2022 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
2 participants