-
It looks like one of the "necessary" (for some circumstances) steps before using `firestore-clj` is to set `managed-dependencies`. I'm not familiar with what is happening here but suffice it to say, I…
-
How do we fix this ? Issue when adding @PreAuthorize in gRPC Method... For rest it works fine...
Note: : Application is deployed in wildfly
Exception while executing runnable io.grpc.internal.Serve…
-
**Is your feature request related to a problem? Please describe.**
Project which uses [Log via Console](https://googlecloudplatform.github.io/spring-cloud-gcp/reference/html/logging.html#_log_via_con…
-
2020-04-05 16:34:24.488 ERROR 19054 --- [ restartedMain] org.hyperledger.fabric.sdk.Channel : Channel Channel{id: 1, name: mychannel} Sending proposal with transaction: 0b465cacd0fc1af328a6f4ed…
-
### Subject of the issue
request openchannel return invalid pub key
### Your environment
* version of lightningj: 0.14.2-Beta
* version and vendor of JDK: jdk 1.8
* your operationg systems.: wi…
-
### Describe the solution you'd like
Users need `HTTP CONNECT` proxies for SDK clients _and_ workers. Some libraries have native support, some don't.
* [x] Go - supported, just need to document
*…
cretz updated
3 months ago
-
## The context
I want to use grpc server inside spring boot server. I want grpc server listens on unix domain socket.
## The question
I have upgraded to recent release of grpc-server-spring-b…
-
/home/jr/Documents/Projetos/grpc-java-course/build/generated/source/proto/main/grpc/com/proto/blog/BlogServiceGrpc.java:20: error: cannot find symbol
@javax.annotation.Generated(
^
…
-
I am getting issue while retrieve the PlatformEvent. Is this only work with CDC only ?
Please look into below Error and suggest .
```
Sep 07, 2022 1:07:05 PM org.salesforce.demo.PubSubApiClient con…
-
Hi, in netty-based grpc-java it is possible to define the parameter maxConnectionAge on the server like this:
```
NettyServerBuilder.forPort(...)
.addService(...)
.maxConnectionAge(maxCo…