Skip to content

Commit

Permalink
[FLINK-36211][pipeline-connector/kafka] shade org.apache.flink.stream…
Browse files Browse the repository at this point in the history
…ing.connectors.kafka to avoid conflict with flink-connector-kafka jar.
  • Loading branch information
lvyanquan committed Sep 5, 2024
1 parent cb1b232 commit 84cb64a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ limitations under the License.
<pattern>org.apache.flink.connector.kafka</pattern>
<shadedPattern>org.apache.flink.cdc.connectors.kafka.shaded.org.apache.flink.connector.kafka</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.flink.streaming.connectors.kafka</pattern>
<shadedPattern>org.apache.flink.cdc.connectors.kafka.shaded.org.apache.flink.streaming.connectors.kafka</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
Expand Down

0 comments on commit 84cb64a

Please sign in to comment.