-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Update and add new KMS samples #2699
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
Conversation
The Java 11 issues seem to be related to quota. The default KMS quotas are quite high, so I'm surprised to see that. It didn't happen on Go or C# samples, and C# runs each test in parallel across many more versions. @kurtisvg could look into the current KMS quota values on the project please? |
Looking into it. |
@sethvargo I'm seeing a peak of 62 writes per minute. Does that sound high? |
Currently 60, hitting 62 writes / min; Requested bump to 120. |
818fd64
to
0998a1a
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 - there are a few issues raised in Spotbugs, it would be great check if they are relevant or not.
KMS quota is now 120/sec which we are well below. |
Update Cloud KMS samples to match new standards (one file per sample, remove runnable/cli), and add more asymmetric samples.