-
Notifications
You must be signed in to change notification settings - Fork 86
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
chore: remodel unary callables as server streaming callables with an adapter at the end #2403
Draft
igorbernstein2
wants to merge
15
commits into
main
Choose a base branch
from
unary-as-ss
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+591
−10
Conversation
This file contains 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
…adapter at the end Change-Id: I8708dff0e192d7647ef2cb361fc0992e1ddd2b24
Change-Id: Id4c56656a829f5f4c7ab1170f5f980cf3cc3760c
product-auto-label
bot
added
size: l
Pull request size is large.
api: bigtable
Issues related to the googleapis/java-bigtable API.
labels
Nov 4, 2024
Change-Id: I6afe36b01aedab6820adee7f898923e7351bbad4
Change-Id: I1c45f2058cadc1acb9c6abd87222be9eb233778c
Change-Id: I4e05efaac6ae60f5827c6d666c3c6f6cebebaa54
Change-Id: I654e70f0b34f5d4c3071ba3c2fed64ea183a865e
Change-Id: Ic0106f3c6983edbb032aeba6e107e4324952397d
Change-Id: I4f44969807632678e3c22324967548d9b9ee5bfa
Change-Id: I8d8474050e40cd819d3be2a5b251448f6eb8c94f
Change-Id: I4504c47143000d97554a96469d5f3fd368d08ef1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: bigtable
Issues related to the googleapis/java-bigtable API.
size: l
Pull request size is large.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This allows us to decouple payload and trailer handling.