TianXinCoord opened a new issue, #469:
URL: https://github.com/apache/rocketmq-spring/issues/469
1、Set the messageModel() to broadcast mode
- messageMode
```
@RocketMQMessageListener(topic = MQConstant.SYSTEM_TOPIC, consumerGroup =
MQConstant.TENANT_DATASOURCE_REFRESH, messageModel = MessageModel.BROADCASTING)
public class DatasourceRefreshConsumer implements
RocketMQListener<MessageExt> {...}
```
- nameserve: **xx.xx.xx.xx:9876**
2、An error occurs when the Windows operating system starts the broadcast mode
```
java.io.FileNotFoundException:
C:\Users\TianXinCoord\.rocketmq_offsets\[email protected]:9876@51308@618510971653100\GID_datasource_refresh_tianxin\offsets.json.tmp
(文件名、目录名或卷标语法不正确。)
at java.base/java.io.FileOutputStream.open0(Native Method)
```
3、Becouse `[email protected]:9876@51308@618510971653100` contains
special characters `:`. Windows operating system not support `:` as a folder
name
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]