-
框架里面使用的很多第三方jar 包太老了是否可以统一升级一下、snakeyaml 后续是否可以移除
-
We have a weird issue that we saw in production couple of days back. So i have this springboot webflux application which is running in prod on Google Kubernetes engine for more than 3 months now. We f…
-
我用Attu可以连接到Milvus,创建了Collection,叫car。但使用springboot + milvus-sdk-java来连接milvus使用出错。
测试代码如下:
```
public class SimpleExample {
private static MilvusServiceClient milvusClient = new MilvusServiceC…
ztg25 updated
5 months ago
-
Guys,
I am using the GRPC to communicate among micro services made in Java with Springboot, they all stay in an OpenSHIFT environment. My problem is that I am doing the load balancing with the stra…
-
springboot: 3.0.4
gradle: 8.0.1
jdk: 17
配置文件如下:
apply plugin: "com.google.protobuf"
dependencies {
api "io.grpc:grpc-netty:1.53.0"
api "io.grpc:grpc-protobuf:1.53.0"
api "io.grpc…
-
Naocs服务端版本 2.0.3
具体报错如下, 每5s一次, 一直解决不掉, 也没啥头绪, 可能是gRPC的异常, 请告诉我如何解决这个异常, 感谢.
c.a.n.c.remote.client.grpc.GrpcClient 为 com.alibaba.nacos.common.remote.client.grpc.GrpcClient
Naocs server version 2.…
-
依赖名称:
concept-websocket-loadbalance-spring-boot-starter
依赖版本:
com.github.linyuzai
concept-websocket-loadbalance-spring-boot-starter
2.3.2
-
Hi,
In order to create a PEM file for TLS settings in a local environment, I used [minica](https://github.com/jsha/minica).
I have set up the configuration in application.yml, but I am getting …
-
> io.netty:netty-all statement from springboot bom version
> The following is the gradle configuration
```groovy
plugins {
id "com.google.protobuf" version("0.9.3")
}
dependencies {
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When using etcd as the register, an error is reported: java.lang.NoClassDefFoundError: io/grp…