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: wire up grpc settings from Configuration #192

Merged
merged 1 commit into from
Sep 27, 2022
Merged

Conversation

cprice404
Copy link
Contributor

This commit updates our interface for the gRPC settings.
The original version was built based on the specification
doc that I wrote, which was in turn based on tuning work
done with our JavaScript SDK. In .NET it turns out that
the settings we were configuring for JS aren't relevant,
and furthermore the .NET gRPC library only exposes a much
more strongly-typed interface into what gRPC channel options
you can configure. This is largely what we were trying
to accomplish with our abstraction, so it makes more sense
for this SDK to just expose the .NET one directly, which
is what we do in this commit.

This commit updates our interface for the gRPC settings.
The original version was built based on the specification
doc that I wrote, which was in turn based on tuning work
done with our JavaScript SDK.  In .NET it turns out that
the settings we were configuring for JS aren't relevant,
and furthermore the .NET gRPC library only exposes a much
more strongly-typed interface into what gRPC channel options
you can configure.  This is largely what we were trying
to accomplish with our abstraction, so it makes more sense
for this SDK to just expose the .NET one directly, which
is what we do in this commit.
@cprice404 cprice404 merged commit 1bf2027 into main Sep 27, 2022
@cprice404 cprice404 deleted the remove-grpc-configs branch September 27, 2022 03:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants