Skip to content

Commit

Permalink
[FLINK-36878][pipeline-connector][kafka] Shade org.apache.kafka with …
Browse files Browse the repository at this point in the history
…org.apache.flink.kafka.shaded.org.apache.kafka instead of cdc path

This closes #3790.
  • Loading branch information
ruanhang1993 authored Dec 11, 2024
1 parent c2e3012 commit fd82126
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ limitations under the License.
<relocations>
<relocation>
<pattern>org.apache.kafka</pattern>
<shadedPattern>org.apache.flink.cdc.connectors.kafka.shaded.org.apache.kafka</shadedPattern>
<shadedPattern>org.apache.flink.kafka.shaded.org.apache.kafka</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.flink.connector.kafka</pattern>
Expand Down

0 comments on commit fd82126

Please sign in to comment.