Kirill Berezin
Kirill Berezin
Elasticsearch API. What I would like to have: ``` var hits = elasticsearchClient .search(r -> r.index(indexName) .query(q -> q.bool( b -> b .must(job -> job.match(t -> t.field("job_id").query(jobId))) .must(str -> str.queryString(...
Just wasted several hours being stuck with the same problem... The root cause of the issue in my case with `ComputeEngineCredentials` was that I was actually getting the following response:...
@TimurSadykov sure. In my case, I tried to follow [this guide](https://cloud.google.com/iap/docs/authentication-howto#obtaining_an_oidc_token_for_the_default_service_account) to get a token in order to access IAP-protected resource from Cloud Build environment. Here's shortened version (will crash...
R: @damccorm
assign set of reviewers
@nielm hey, sorry for tagging you explicitly here but I think I have accidentally added a wrong reviewer to this PR. Could you please help me assign the right people...
@nielm oh, I believe that is a completely different feature, this PR is about throughput optimized writes: [documentation link](https://cloud.google.com/spanner/docs/throughput-optimized-writes#set_mixed_commit_delay_times). It was only released on March 26th, a couple of weeks...
@nielm did you have a chance to look at this again?
@nielm I am sorry but this is a _completely different_ feature. Please read the documentation link I am referring to. It was released a couple of weeks ago and we...
@johnjcasey may I ask you to help? I think we got a little confused here. We really need this feature merged in, as we already use it and it proven...