Skip to content

Commit

Permalink
更新常见问题
Browse files Browse the repository at this point in the history
  • Loading branch information
yxf committed Nov 10, 2022
1 parent 0f748d5 commit fdaedc8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions doc/基本开发文档/常见问题.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,27 @@ canal.instance.dbUsername=canal
canal.instance.dbPassword=canal
```

#### 2.canal没有连接上RocketMQ

根据 `./canal/logs/example` 中的 `example.log` 判断无法连接mq



编辑`./canal/conf/canal.properties`


```properties
# 填写RocketMQ地址
rocketmq.namesrv.addr = 192.168.1.41:9876
```


重启`canal`

```shell
docker restart mall4cloud-canal
```


重启`canal`

Expand Down

0 comments on commit fdaedc8

Please sign in to comment.