Commits


Konstantin Varlamov authored and GitHub committed f098fb29e68
C++ migration: implement `Datastore::LookupDocuments` (#1820) This includes: * adding a new gRPC wrapper, `GrpcStreamingReader`. It is a wrapper over `GrpcStream` that does one write upon the start and then accumulates reads. * refactoring `GrpcStreamTester` to be a little more similar to `GrpcConnection`.