zhengzhenning opened a new issue, #9595: URL: https://github.com/apache/rocketmq/issues/9595
### Before Creating the Bug Report - [x] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [x] I have searched the [GitHub Issues](https://github.com/apache/rocketmq/issues) and [GitHub Discussions](https://github.com/apache/rocketmq/discussions) of this repository and believe that this is not a duplicate. - [x] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. ### Runtime platform environment <img width="935" height="358" alt="Image" src="https://github.com/user-attachments/assets/d1a3c16a-dc6e-4f85-9465-cc530b99be4f" /> <img width="1484" height="221" alt="Image" src="https://github.com/user-attachments/assets/4cf69c3e-66eb-4053-8f2d-9cc2cbbad9ce" /> ### RocketMQ version version:5.3.2 ### JDK Version java version "1.8.0_171" Java(TM) SE Runtime Environment (build 1.8.0_171-b11) Java HotSpot(TM) 64-Bit Server VM (build 25.171-b11, mixed mode) ### Describe the Bug When I send a message using the locally deployed RocketMQ 5.3.2, it prompts a message type mismatch: "TopicMessageType validate failed, the expected type is UNSPECIFIED, but actual type is NORMAL". ### Steps to Reproduce 1. Deploy RocketMQ 5.3.2 via docker 2. Introduce rocket-client-java 5.0.7 in Spring Boot 3. Initialize the producer instance and call sendAsync to send messages 4. The program reports an error prompting: org.apache.rocketmq.client.java.exception.BadRequestException: [request-id=2ee638b4-216b-42da-b78b-fa392e9e8974, response-code=40014] org.apache.rocketmq.proxy.common.ProxyException: TopicMessageType validate failed, the expected type is UNSPECIFIED, but actual type is NORMAL at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357) at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1908) ### What Did You Expect to See? send message succeed. ### What Did You See Instead? throw exception ### Additional Context _No response_ -- 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]
