apache / apache/rocketmq-externals
[Rocketmq-Spark] how can I get what I send to the consumer
- Dominant language
- Java
- Stars
- 4.6k
- Forks
- 3k
- Avg merge
- 2h 33m
- Merged PRs (30d)
- 1
Description
I try the command "mvn clean install dependency:copy-dependencies" but it failed .
Did anyone else have the same problem?
**"Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test)
on project rocketmq-spark: There are test failures."**
I send Message successfully, but I can't get the content what in the message. I tried to use `getBody().toString`,but it turned out that the task can't be serialize. I think maybe the Message class is not a serialized class ,but does it is.So does anyone solve it?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing `mvn clean install dependency:copy-dependencies` and inspect the Maven Surefire test-failure output. Then trace the RocketMQ-Spark consumer path around `getBody().toString()` and message serialization; done means the sent message content can be read by the consumer and the relevant tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spark
- Domain
- backend, distributed-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100