Yi Shen

Results 5 comments of Yi Shen

> AFAIK you can only use nRF Connect to program the device if you are using the open bootloader. > If you are using the UF2 bootloader, you should follow...

Looking forward to

I don't think streampark can resovle maven dependency in depth. When I have ` com.ververica flink-connector-mysql-cdc 2.3.0 ` MavenTool.scala will only resolve 1st depth deps, which are `flink-connector-debezium`, `debezium-connector-mysql` ....

![image](https://github.com/apache/incubator-streampark/assets/2778352/d674b850-53d8-4c91-9551-68ba5a940eec) code from MavenTool.scala I thinkd streampark can only resolve 1st level deps, not recursively

![image](https://github.com/apache/incubator-streampark/assets/2778352/a04d1799-1226-4119-8952-9df22ac67302) I have to set them all for first level deps, which is marked by red square