apache / rocketmq-streams

Apache rocketmq
https://rocketmq.apache.org/
Apache License 2.0
171 stars 82 forks source link

The demo runs failed when using JDK11 #202

Closed MatrixHB closed 2 years ago

MatrixHB commented 2 years ago

I run the demo RocketmqSourceExample1 failed with the following exception stack. image

After changing JDK 11 to JDK 8, problem solved. I think it's better to adapt the higher JDK version.