pjfanning commented on PR #1795:
URL: https://github.com/apache/pekko/pull/1795#issuecomment-2717874334
Pekko gRPC uses the io.grpc libs and has a direct dependency on the google
protobuf jars. Pekko core depends on our shaded jar. So we can update
independently. Pekko gRPC has a PR but it
raboof commented on PR #1795:
URL: https://github.com/apache/pekko/pull/1795#issuecomment-2717879531
> Pekko gRPC uses the io.grpc libs and has a direct dependency on the google
protobuf jars. Pekko core depends on our shaded jar. So we can update
independently.
I agree that's the th
raboof commented on PR #1795:
URL: https://github.com/apache/pekko/pull/1795#issuecomment-2717857440
> * Seems to work - tests pass
Very cool!
> * Big binary compatibility diffs for the generated classes
>
> Do we expect this to cause issues for users? I don't think they
pjfanning commented on PR #1795:
URL: https://github.com/apache/pekko/pull/1795#issuecomment-2711371822
* Seems to work - tests pass
* Big binary compatibility diffs for the generated classes
Do we expect this to cause issues for users? I don't think they'll be coding
against the g