Add a GrpcEnvironment.NativeLibrary property as an escape hatch for unusual deployment scenarios#7303
Add a GrpcEnvironment.NativeLibrary property as an escape hatch for unusual deployment scenarios#7303jskeet wants to merge 1 commit intogrpc:masterfrom
Conversation
…nusual deployment scenarios Basically this is for cases where the auto-detection would fail. This API is marked as being experimental.
|
Thanks for your pull request. The automated tests will run as soon as one of the admins verifies this change is ok to test. |
3 similar comments
|
Thanks for your pull request. The automated tests will run as soon as one of the admins verifies this change is ok to test. |
|
Thanks for your pull request. The automated tests will run as soon as one of the admins verifies this change is ok to test. |
|
Thanks for your pull request. The automated tests will run as soon as one of the admins verifies this change is ok to test. |
|
Thanks for your pull request. The automated tests will run as soon as one of the admins verifies this change is ok for us to run on our infrastructure. |
6 similar comments
|
Thanks for your pull request. The automated tests will run as soon as one of the admins verifies this change is ok for us to run on our infrastructure. |
|
Thanks for your pull request. The automated tests will run as soon as one of the admins verifies this change is ok for us to run on our infrastructure. |
|
Thanks for your pull request. The automated tests will run as soon as one of the admins verifies this change is ok for us to run on our infrastructure. |
|
Thanks for your pull request. The automated tests will run as soon as one of the admins verifies this change is ok for us to run on our infrastructure. |
|
Thanks for your pull request. The automated tests will run as soon as one of the admins verifies this change is ok for us to run on our infrastructure. |
|
Thanks for your pull request. The automated tests will run as soon as one of the admins verifies this change is ok for us to run on our infrastructure. |
|
Jon, do you want to follow up on this one or shall we close it? |
|
I still think it would be a good idea, but we could certainly punt on it for now. |
|
@jskeet @jtattermusch could this be revisited? The |
|
Definitely up to @jtattermusch - it feels reasonable to me too, but I don't have nearly as much experience as Jan on this. |
|
@zaneclaes I can try to revive this PR (I expect to run into some merge conflicts some of which might be interesting to solve) but not sure when I'll get to it. Feel free to recreate the PR yourself if this is a feature you need. |
|
@zaneclaes do you have particular loading scenarios/platforms in mind? The way the loading of native library works has actually recently become more complicated as we added Unity and Xamarin support. So, after re-thinking, setting the native library path would only work on some platforms (~ the "desktop" ones) while on others I can't think of a way how to implement this new setting. |
Basically this is for cases where the auto-detection would fail.
This API is marked as being experimental.
(The PR has been split off from #7282.)