Skip to content
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

Merged
merged 18 commits into from
Nov 5, 2024

Conversation

igorbernstein2
Copy link
Contributor

This allows us to decouple payload and trailer handling.

…adapter at the end

Change-Id: I8708dff0e192d7647ef2cb361fc0992e1ddd2b24
Change-Id: Id4c56656a829f5f4c7ab1170f5f980cf3cc3760c
@product-auto-label 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
cloud-java-bot and others added 13 commits November 4, 2024 22:32
Change-Id: I1bd8c318b3272925cd6b81601d7b1d7c772a853f
Change-Id: I6afe36b01aedab6820adee7f898923e7351bbad4
Change-Id: I1c45f2058cadc1acb9c6abd87222be9eb233778c
Change-Id: I4e05efaac6ae60f5827c6d666c3c6f6cebebaa54
Change-Id: I654e70f0b34f5d4c3071ba3c2fed64ea183a865e
Change-Id: Ic0106f3c6983edbb032aeba6e107e4324952397d
Change-Id: I4f44969807632678e3c22324967548d9b9ee5bfa
Change-Id: I8d8474050e40cd819d3be2a5b251448f6eb8c94f
Change-Id: Ib589ca063369e26ef214eb89099e459981dafe83
Change-Id: I4504c47143000d97554a96469d5f3fd368d08ef1
@igorbernstein2 igorbernstein2 marked this pull request as ready for review November 5, 2024 15:11
@igorbernstein2 igorbernstein2 requested review from a team as code owners November 5, 2024 15:12
…r not the next

Change-Id: I16a35e19c50b7b7b855f4299cf41f0607b3e90bd
public void onStart(StreamController controller) {
this.controller = controller;
controller.disableAutoInboundFlowControl();
// Request 2 to detect protocol bugs
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why? is this necessary?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to preserve the current behavior

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change-Id: I8202e935975e1a55606265c502fe7573b8a4acb0
Change-Id: I4522719a65f24d27fb9dccde031c3b1cc04042c2
@igorbernstein2 igorbernstein2 merged commit 6685aa3 into main Nov 5, 2024
22 of 23 checks passed
@igorbernstein2 igorbernstein2 deleted the unary-as-ss branch November 5, 2024 21:48
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants