feat: add new session based protocol stack by igorbernstein2 · Pull Request #2862 · googleapis/java-bigtable (original) (raw)
and others added 4 commits
Change-Id: I12d5ab177ebe295c60737e5b5ed4e33df8b88b72
The new protocol changes the paradigm of bigtable service from an RPC server where each operation is independent to more of a file like model where a table is opened and allows many read & write operations. This will have a significant impact on lowering latencies. All of the changes are internal to the client and the existing public surface remains the same. By default the new protocol is disabled and will be slowly enabled in the future using the client config api.
Change-Id: I92db1ec5929019a06b1490b06ed0fd85893696c4
… it doesnt need em
Change-Id: I9924d7b9f1cf40b81e11a66030109c877eba6a75
… them part 2
Change-Id: I7b446d2f0e5951a160659dd628c9ef00f47af04c
Change-Id: Iad72d2a9d012938f24c0ad91876effbbf67a853c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})