apache / apache/rocketmq-flink
Introduce a separate SQL module for shading the dependencies.
- Dominant language
- Java
- Stars
- 174
- Forks
- 104
- PR merge metrics
- No merged PRs in 30d
Description
By default, the rocketmq-flink jar file contains too many unnecessary dependencies (flink-core/flink-runtime/flink-client/flink-avro/flink-streaming-java/powermock/logback ......)that can easily lead to dependency conflicts.
In the default connector module, we should not perform shading, and we should introduce a separate SQL module for shading the required dependencies. We need to relocate the shaded jar files to avoid conflicts.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting the default connector module's build configuration and its current dependency list, then identify the required dependencies for the separate SQL module. Verify how shading and relocation are configured and confirm that the default connector no longer shades unnecessary dependencies while the SQL artifact contains only the intended relocated dependencies.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100