akka-grpc icon indicating copy to clipboard operation
akka-grpc copied to clipboard

Akka gRPC

Results 146 akka-grpc issues
Sort by recently updated
recently updated
newest added

mirroring the behavior of the Netty backend

Added DecodeBase64 flow that enforces 4-byte alignment. Added preDecodeFlow parameter to AbstractGrpcProtocol. Added tests. References #1650

update

Hi there! My team has encountered a bug when sending large (> 1 megabyte) requests using the grpc-web-text protocol. When sending requests over an actual network (rather than loopback), akka-grpc...

Inserting a JDK `javax.net.ssl.SSLContext` into Netty originated in commit https://github.com/akka/akka-grpc/blob/aa05239c6cddcb20dfa0770e8e8e7649e3bbaaef/runtime/src/main/scala/akka/grpc/internal/NettyClientUtils.scala#L59-L82 in PR https://github.com/akka/akka-grpc/pull/266 It was removed in PR https://github.com/akka/akka-grpc/pull/964 to address Issue https://github.com/akka/akka-grpc/issues/946 It was returned in PR https://github.com/akka/akka-grpc/pull/979 to...

### Versions used ```❯ git rev-parse --short HEAD``` 9c613f4b ### Actual Behavior ``` sbt test 2> stderr.log 1> stdout.log ``` `stderr.log` contains the following test failure, but the build itself...

rather than ```scala settings.withTls(true).withSslContext(context) ``` instead, ```scala settings.withSslContext(context) ``` should suffice

Merge metadata generated by CallCredentials callback into headers at request time. --- I’m putting up this PR as WiP to get feedback from maintainers.

Updates * [io.grpc:grpc-core](https://github.com/grpc/grpc-java) * [io.grpc:grpc-interop-testing](https://github.com/grpc/grpc-java) * [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) * [io.grpc:grpc-stub](https://github.com/grpc/grpc-java) from 1.47.0 to 1.48.1. [GitHub Release Notes](https://github.com/grpc/grpc-java/releases/tag/v1.48.1) - [Version Diff](https://github.com/grpc/grpc-java/compare/v1.47.0...v1.48.1) I'll automatically update this PR to resolve conflicts as long as...

sbt
update

### Versions used Akka gRPC `1.1.1`, but this is also present in `main` and on `2.1.3`/`2.1.4`. Akka version: Unimportant, but `2.6`. ### Expected Behavior 1. Create a proto file with...