-
Notifications
You must be signed in to change notification settings - Fork 240
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
EDU-709 - Gcp features for AFTER REPLAY #3080
Conversation
@MasonEgger my comment above is still unaddressed |
## Working with exported files | ||
|
||
The proto schema is defined in https://github.com/temporalio/api/blob/master/temporal/api/export/v1/message.proto. You could build your own custom deserializer for it. | ||
You can find sample go code to reference when you want to deserialize export file in the Appendix section of this document. |
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.
Anchor?
@@ -65,6 +63,7 @@ The following steps guide you through setting up Workflow History Export using t | |||
3. After inputting the necessary values, click on **Verify**. | |||
You should be able to write to the sink successfully. | |||
If not, please fix any errors or reach out to support for help. | |||
* If you just created the GCS bucket and granted the permission for your service account, it may take some time for it to populate the permission, thus, you may need to wait for several minutes (usually 1-5 minutes) then you can click the “Verify” button to verify the connection. |
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.
"several minutes (usually 1-5 minutes)" is a bit gnarly, can we just say "up to 5 minutes"
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.
Also, not sure those should be smart quotes around Verify.
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.
We bold UI, so i changed it.
Adding in the various GCP docs features. These were already reviewed by @xaf. Currently the links from the individual pages are not included, these will be added after first round of GCP docs are released to ensure easier rebasing. Also, sidebar.js will need to be updated.