-
Notifications
You must be signed in to change notification settings - Fork 664
Introduce historyserver directory and project structure #4232
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
Introduce historyserver directory and project structure #4232
Conversation
|
@KunWuLuan PTAL, this is a PR just to introduce project folders. Ideally we can open a separate PR per folder based on the PR you already have open: #4187 |
3d8223e to
3fd4a41
Compare
|
Thanks, I think this is very helpful when reviewing. |
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
3fd4a41 to
b47bffb
Compare
| @@ -0,0 +1 @@ | |||
| package eventserver | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will event collector be a better name?
I am ok with both
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe we can merge this first, and @KunWuLuan can change the directory and project structure if they want?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eventserver is different from collector. @chiayi is working on a POC of how to process events from storage into server-side state
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you!
Why are these changes needed?
This PR is based on #4187 and introduces high level project structure for history server. Mainly opening this PR to make it easier to break up #4187 into smaller reviewable PRs
Related issue number
Checks