-
Notifications
You must be signed in to change notification settings - Fork 49
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
Cloud CLI integration #1519
Cloud CLI integration #1519
Conversation
17b6ede
to
0ecf9b3
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.
Took a quick look, no issues from my side. +1 to merge.
pub struct Envelope<T> { | ||
inner: reqwest::Response, | ||
|
||
_phantom: std::marker::PhantomData<T>, | ||
} | ||
|
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.
Is it intentional to copy the code from metas_client or is it possible to reuse existing implementation?
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.
im on the fence on this one. we now have 3 pretty similar client structs, but there are some subtle differences (eg whether we expect error responses to be valid json) and we might expect more divergence. i can unify them if you prefer
restate config
subcommandrestate cloud login
restate cloud environment configure