-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Let users opt-in for app initialization failures without native libs (#…
…2006) Motivation: #1979 fails app initialization if native transport libs can not be loaded. This is too aggressive. Instead, keep warning users and let them opt-in for the enforced behavior. Modifications: - Fail initialization only if users explicitly opt-it for this using `-Dio.servicetalk.transport.netty.requireNativeLibs=true`; - Improve exception and log messages; Result: Users can enforce requirement for native libs if they need.
- Loading branch information
1 parent
bbae7d0
commit 6a74663
Showing
1 changed file
with
23 additions
and
7 deletions.
There are no files selected for viewing
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