-
客户要求RPC调用也要用SSL,请问motan RPC
1. 在配置上能支持SSL吗?
2. 有支持SSL的扩展点吗
3. 如果上面都不支持,请提示下在哪些地方可以进行改造以支持SSL
多谢
Simon
-
注册中心使用`zookeeper`集群方式时,服务无法正常注册到注册中心
日志信息如下:
* `server.ERROR`
```
Log file created at: 2019/04/17 16:05:36
Running on machine: noone
Binary: Built with gc go1.12.4 for linux/amd64
Log line …
-
https://www.jelliclecat.cn/articles/Java/MyRpc-1.html
Dubbo和Motan这个Rpc博客系列的重点主要是记录我自己从零开发一款Rpc框架的过程,所以不会详细去介绍市面上已有的框架,但是在我们正式开始之前,还是不得不介绍一下市面上有代表性的Rpc框架,这里选了两款,dubbo和motan,dubbo是阿里研发的,已经捐献给了Apache;…
-
### server端配置
```
#config fo server
motan-server:
mport: 8002 # agent manage port
log_dir: "./serverlogs"
application: "ray-test" # server identify.
#config of registries
motan-reg…
-
Hello, I encountered an issue. The details of the application.properties configuration are as follows:
# Application service WEB access port
server.port=8090
spring.application.name=microsoftEmail
…
-
打包后无法正确加载spi
```java
com.weibo.api.motan.exception.MotanServiceException: error_message: NettyChannel send request to server Error: url=motan://benchmark-server:8080/benchmark.service.UserService …
-
如题,同时注册到两个不同的 consul registry 时,heartbeat switcher 都是开着的,第一个注册中心正常,第二个注册中心该服务始终显示不可用,motan consul 是否支持这种场景? zookeeper 测试是正常使用的
```
[main] [2020-01-19 11:46:28:323] [INFO] - info.info(DefaultLogServ…
-
**服务端注册成功信息:**
com.weibo.api.motan.log.DefaultLogService.info(DefaultLogService.java:59) NettyEndpointFactory create share_channel server: url=motan2://192.168.99.102:**8002**/com.yks.demo.project.se…
-
版本:1.1.0
集群:consul
异常日志:
2017-12-12 11:16:02.442 INFO 19616 --- [pool-1-thread-1] info : [ConsulRegistry] Retry subscribe {motan://192.168.1.126:0/com.xtr.tx.…
-