-
Notifications
You must be signed in to change notification settings - Fork 49
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
[d14n] http/grpc test consolidation #1729
Conversation
b47b554
to
c045894
Compare
242f27d
to
07543ca
Compare
c693a67
to
26f8ca0
Compare
@@ -165,11 +158,6 @@ where | |||
&self, | |||
request: QueryGroupMessagesRequest, | |||
) -> Result<QueryGroupMessagesResponse, Self::Error> { | |||
self.message_client |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
going to remove stats for d14n for now, i think there's a way to do it directly in the client for the d14n api since we have endpoint information in Query and Client request, and the current traits would be tricky to get right with the new Client trait
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, that seems fine.
09a5fda
to
db82e1a
Compare
06f6126
to
865ee4f
Compare
556b2e9
to
8f99be2
Compare
GRPC d14n endpoints + http confirmed working with grpc-gateway