-
```bash
io.grpc.StatusRuntimeException: UNAVAILABLE: Failed ALPN negotiation: Unable to find compatible protocol
Channel Pipeline: [SslHandler#0, ProtocolNegotiators$ClientTlsHandler#0, WriteBufferi…
dyrnq updated
2 months ago
-
**Describe the bug**
AWS Otel java instrumentation v1.32.5 looks to be not compatible with JDK23. OpenTelemetry Javaagent failed to start.
**Steps to reproduce**
**Test Application**
```
pu…
-
Hello,
I'm trying to implement [gobgp grpc java client](https://github.com/Marty-Github/gobgp-grpc-java-client) by means of gradle build tool.
Projects [grpc-java](https://github.com/grpc/grpc-jav…
-
### Describe the bug
When using the same .proto file for both a class implementing the Mutiny API and another class using the default gRPC API in Quarkus, only the service implemented with the defaul…
-
I've noticed this issue on `main`, but looks like it is also in DHE `VPlus .345 k8s` -- and therefore not new to the jsapi refactoring as I thought.
We're not sure how to reproduce this yet.
Thi…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and didn't find mine.
### Steps to reproduce
```
- inputText: 'testing'
- eraseText: 3
```
### Actual results
…
-
Hello,
I've recently upgraded our project from Quarkus version `3.8.5` to the latest LTS version `3.15.0`. Additionally, I updated `io.quarkiverse.googlecloudservices:quarkus-google-cloud-pubsub` t…
iqnev updated
4 weeks ago
-
I'm trying to package grpc-java 1.66.0 for Alpine Linux. I have modified `compiler/build.gradle` as follows:
```
cppCompiler.executable = 'aarch64-alpine-linux-musl-c++'
linker.executable = 'aarch6…
-
IntelliJ 2024.2.1
Codeium plugin 1.16.4
Fedora 40
I cannot get Codeium chat to work on IntelliJ in Linux. Works fine on my Mac. Also Pycharm Professional on Linux works with Codeium. It seems in …
-
### Issue Description
I'm migrating my project to from `WORKSPACE` to `MODULE.bazel`, my project includes some grpc services written by both java and python, and I am using `rules_proto_grpc` v4.1.1,…