-
Notifications
You must be signed in to change notification settings - Fork 44
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
base: main
Are you sure you want to change the base?
Conversation
de80d30
to
d896c99
Compare
729d7dd
to
16764bb
Compare
f8d3c6c
to
1e57e8a
Compare
ClusterState
types
Summary: derprecate old cluster state that included information about partition state. A new ClusterState object is introduced that only have livenss information
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)
Deprecate
ClusterState
typesSummary:
derprecate old cluster state that included information about
partition state.
A new ClusterState object is introduced that only have livenss information
Stack created with Sapling. Best reviewed with ReviewStack.
ClusterState
types #2434