We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/abcxyz/lumberjack/blob/main/clients/java-logger/library/src/test/java/com/abcxyz/lumberjack/auditlogclient/AuditLoggingServerInterceptorTests.java only tests some private functions. There is no coverage for how the interceptor really intercepts the gRPC calls.
We could reference some examples in https://github.com/grpc/grpc-java for how to better interceptors.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/abcxyz/lumberjack/blob/main/clients/java-logger/library/src/test/java/com/abcxyz/lumberjack/auditlogclient/AuditLoggingServerInterceptorTests.java only tests some private functions. There is no coverage for how the interceptor really intercepts the gRPC calls.
We could reference some examples in https://github.com/grpc/grpc-java for how to better interceptors.
The text was updated successfully, but these errors were encountered: