-
Notifications
You must be signed in to change notification settings - Fork 47
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
Deprecate ClusterState
types
#2434
Conversation
de80d30
to
d896c99
Compare
729d7dd
to
16764bb
Compare
f8d3c6c
to
1e57e8a
Compare
ClusterState
types
164b95a
to
9a553d2
Compare
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.
LGTM
import "restate/common.proto"; | ||
import "restate/cluster.proto"; | ||
import "google/protobuf/empty.proto"; | ||
import "google/protobuf/duration.proto"; | ||
import "google/protobuf/timestamp.proto"; | ||
|
||
package restate.deprecated_cluster; |
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.
I'm assuming that this file is a simple rename that github doesn't recognize as a rename, right?
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.
It's confused because we still have a file with the same old
name (cluster.proto)
9ae265e
to
fe0a9fe
Compare
Summary: This commit moves cluster.proto to deprecated_cluster.proto mainly but it also does the following: - Extract cluster configuration types to their own file. - Extract partition processor types (Status, RunMode, etc...) to their own file.
Is this ready for review? I see that it needs rebasing. |
The changes Till made regarding "Provisioning" are closely intertwined with mine, making it impossible to resolve with a simple rebase. I'll need to start over from scratch, but that's okay—it’s mostly mechanical work. |
Sorry for causing you trouble with my changes. I wasn't aware of the dependency. |
@tillrohrmann it's totally fine. No worries :D at all. I will pick this up again after the meeting based on the priorities. |
Deprecate
ClusterState
typesSummary:
This commit moves cluster.proto to deprecated_cluster.proto mainly but it also does
the following:
Stack created with Sapling. Best reviewed with ReviewStack.
ClusterState
types #2434