RockteMQ-AI commented on issue #665:
URL: 
https://github.com/apache/rocketmq-spring/issues/665#issuecomment-5223768833

   **Issue Evaluation**
   
   Category: `type/bug` | Status: **Needs Info**
   
   The error "expected type is FIFO, but actual type is NORMAL BROKER" 
indicates a mismatch between the consumer's expected message type and the 
broker's topic type.
   
   To help diagnose this issue, please provide:
   - [ ] Starter version and configuration
   - [ ] Topic creation method (auto-created or manually created via mqadmin?)
   - [ ] Whether the topic was created as FIFO type
   - [ ] Consumer annotation configuration (`@RocketMQMessageListener`)
   
   This typically occurs when:
   1. The topic was created as NORMAL but the consumer expects FIFO
   2. Or the broker configuration doesn't support FIFO message types
   
   **Quick fix:** Ensure the topic is created with `--topic-type FIFO` when 
using FIFO consumers.
   
   ---
   *Automated evaluation by RockteMQ-AI*
   


-- 
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]

Reply via email to