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(server): add syncer service server #333

Merged
merged 2 commits into from
Jan 15, 2025
Merged

feat(server): add syncer service server #333

merged 2 commits into from
Jan 15, 2025

Conversation

Ladicle
Copy link
Contributor

@Ladicle Ladicle commented Jan 15, 2025

No description provided.

@github-actions github-actions bot added the enhancement New feature or request label Jan 15, 2025
@Ladicle Ladicle changed the title feat(server): add syncer server feat(server): add syncer service server Jan 15, 2025
@Ladicle Ladicle requested a review from kkaneda January 15, 2025 06:14
Copy link
Contributor

@kkaneda kkaneda left a comment

Choose a reason for hiding this comment

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

LG!

@@ -13,6 +13,7 @@ import (
type Config struct {
GRPCPort int `yaml:"grpcPort"`
WorkerServiceGRPCPort int `yaml:"workerServiceGrpcPort"`
SyncerServiceGRPCPort int `yaml:"syncerServiceGrpcPort"`
Copy link
Contributor

Choose a reason for hiding this comment

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

nitpick: add validation for SyncerServiceGRPCPort?

@Ladicle Ladicle merged commit 2b05c74 into main Jan 15, 2025
2 checks passed
@Ladicle Ladicle deleted the add-srv branch January 15, 2025 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants