zhanqian-1993 opened a new issue, #932:
URL: https://github.com/apache/rocketmq-externals/issues/932

   The issue tracker is **ONLY** used for bug report and feature request. 
   
   Any question or RocketMQ proposal please use our [mailing 
lists](http://rocketmq.apache.org/about/contact/).
   
   **BUG REPORT**
   
   - What did you do (The steps to reproduce)?
   I build a demo for batch writing data to rocketMq. 
   1. Firstly I package rocketmq-spark module as SDK, to deploy minimize, I 
exclude some dependencies like common java tool jar in advance.  
   2. Then I new a project and include the packaged SDK.
   3. according to the [use 
guide](https://github.com/apache/rocketmq-externals/blob/master/rocketmq-spark/spark-structured-streaming-rocketmq.md),
 I write the demo code and run the application. 
   4. the application run success but the data doesn't write into rocketmq.
   5. at last, I troubleshoot the reason is that the demo project is lack of 
some dependencies that I exclude before.
   
   - What did you expect to see?
   I want to know why the data write fail, but the result is success. And in 
this situation, what should I do to print the exception log. The exception log 
is import for me to deploy on server.
   
   
![image](https://github.com/apache/rocketmq-externals/assets/14138772/52a25a5a-0843-4371-a4b1-d9285431c4dc)
   the console shows the application run success, but data doesn't write 
success.
   


-- 
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: dev-unsubscr...@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to