apache / rocketmq-externals

Mirror of Apache RocketMQ (Incubating)
4.55k stars 3.07k forks source link

[rocketmq-spark] batch write data fail but log has no error or exception #932

Closed zhanqian-1993 closed 4 months ago

zhanqian-1993 commented 4 months ago

The issue tracker is ONLY used for bug report and feature request.

Any question or RocketMQ proposal please use our mailing lists.

BUG REPORT

image the console shows the application run success, but data doesn't write success.

zhanqian-1993 commented 4 months ago

image I rewrite these code to send message to rocketMq and deploy production environment. Finally it throws Exception that lack of class that I exclude in pom.xml before. After I restore the code and add missing jar, it success. That's some strage.