RockteMQ-AI commented on issue #904: URL: https://github.com/apache/rocketmq-externals/issues/904#issuecomment-5227147286
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** This requests adapting the rocketmq-spark connector to work with Apache Spark 3.x. The issue body only contains the template without specific requirements. **Assessment:** - **Feasibility:** Feasible — Spark 3.x introduced API changes (e.g., DataSource V2 API, Scala 2.12+ requirement) that require connector updates - **Scope:** `rocketmq-spark` module in rocketmq-externals - **Compatibility:** Would need to maintain backward compatibility with Spark 2.x or create a separate module for Spark 3.x **Current Status:** The rocketmq-spark module in rocketmq-externals has limited maintenance activity. Community contributions for Spark 3.x support are welcome. If you are working on this, consider: 1. Updating the `pom.xml` to target Spark 3.x dependencies 2. Migrating to the DataSource V2 API (`org.apache.spark.sql.connector.*`) 3. Testing with Scala 2.12/2.13 --- *Automated evaluation by github-manager* -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
