Anna Levenberg
Anna Levenberg
Finding from [go/cloud-cxx:user-study-summary](https://goto.google.com/cloud-cxx:user-study-summary)
Finding from: [go/cloud-cxx:user-study-summary](https://goto.google.com/cloud-cxx:user-study-summary)
Context: https://opentelemetry.io/docs/specs/semconv/general/attributes/#general-thread-attributes In C++, there is no guaranteed integral conversion of `std::this_thread::get_id()` (https://github.com/googleapis/google-cloud-cpp/pull/13151/files#r1397504258) So we are storing the attribute as a string in our implementation. Can we update the spec...
ListJobs or other List* endpoints (look for page size, page token etc.) ex. in the ListJobsRequest ``` google.protobuf.Int32Value max_results = 3; ``` Should be ``` int32 page_size = 2; ```...
This change is [](https://reviewable.io/reviews/googleapis/google-cloud-cpp/14280)
We propose adding more product neutral guides. The product neutral guides will include the following: - [ ] Mocks (https://github.com/googleapis/google-cloud-cpp/issues/12692) - [ ] Environment variables - [ ] Authentication -...
Current behavior: ❯ .build/avro_read alevenb-test usa_names top10_names [1] 1002898 segmentation fault .build/avro_read alevenb-test usa_names top10_names GDB shows: ``` Thread 1 "avro_read" received signal SIGSEGV, Segmentation fault. 0x0000000000000040 in ?? ()...
Create a sample that shows how to take advantage of Cloud Batch for distributed computation examples where nodes talk to each other in a low latency network. The example will...