-
RT,以clientA发消息给clientB为例,我目前梳理流程是这样的:
clientA ->(http invoke) -> router ->(http invoke) -> server,
然后server转发消息到clientB的时候是查找SessionSocketHolder,找到对应的NioSocketChannel,然后把消息write进去。
所以我的疑问是,为什么客户端发给…
-
具体步骤如下
1,springboot应用打包war后,部署在weblogic上。
2,从weblogic中停止删除应用。
![image](https://user-images.githubusercontent.com/81276200/112247409-36a61c80-8c8f-11eb-94c4-0f5e13c8565b.png)
3,查看日志,日志中仍然不断在尝试sea…
-
YYE你好,我原本的微服务是用springboot tomcat websocket做的,现在想优化一下转netty刚好看到的你的开源项目,可以做到无缝移植。当我配置好之后业务逻辑也都是正常的,但是服务器端一直提示。
`org.yeauty.pojo.PojoEndpointServer.doOnClose(113) | session is null`
直到无socket连接才不会显…
fanfq updated
4 years ago
-
Running SpringBoot 3.2 together with io.camunda.spring:spring-boot-starter-camunda:8.3.2-rc1 I have the following exceptions during job execution:
```
io.grpc.StatusRuntimeException: UNKNOWN
java…
-
springboot框架进行健康检测的时候,会抛异常
Redis health check failed
2023-09-15 11:10:20.219 | | | WARN | 1 | xxx-xxxx | k3s-master | [lettuce-nioEventLoop-4-1] | o.s.b.a.r.RedisReactiveHealthIndicator | Redis…
-
Please answer some questions before submitting your issue. Thanks!
### Which version of XXL-JOB do you using?
xxl-job 2.2.0
### Expected behavior
### Actual behavior
### Steps to reproduce …
-
### 如题,提bug请新建issue
-
Please answer some questions before submitting your issue. Thanks!
### Which version of XXL-JOB do you using?
2.1.0 springboot版本2.0+
### Expected behavior
执行器注册正常
### Actual behavior
其实能注册正常,调…
-
### Expected behavior
The client requests the netty server through https two-way authentication, and the netty server forwards the request to another server and returns the data normally.
Just like …
-
自己新建的一个springboot项目引入xxl-job2.2.0依赖包:在任务调度中心,执行定时任务后,一直报com.xxl.rpc.util.XxlRpcException: xxl-rpc, request timeout 缺少什么配置了。我本地的配置如下:
xxl:
job:
admin:
addresses: http://localhost:8081/x…