File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 79
79
<relocation >
80
80
<pattern >org.apache.kafka</pattern >
81
81
<shadedPattern >ai.superstream.shaded.org.apache.kafka</shadedPattern >
82
+ <excludes >
83
+ <exclude >org.apache.kafka.common.security.auth.AuthenticateCallbackHandler</exclude >
84
+ <exclude >org.apache.kafka.common.security.auth.SaslExtensionsCallback</exclude >
85
+ <exclude >org.apache.kafka.common.security.auth.SaslExtensions</exclude >
86
+ <exclude >org.apache.kafka.common.security.auth.SecurityProtocol</exclude >
87
+ </excludes >
82
88
</relocation >
83
89
<relocation >
84
90
<pattern >org.slf4j</pattern >
Original file line number Diff line number Diff line change 147
147
<relocation >
148
148
<pattern >org.apache.kafka</pattern >
149
149
<shadedPattern >ai.superstream.shaded.org.apache.kafka</shadedPattern >
150
+ <excludes >
151
+ <!-- Only exclude the minimal set of interfaces needed for auth -->
152
+ <exclude >org.apache.kafka.common.security.auth.AuthenticateCallbackHandler</exclude >
153
+ <exclude >org.apache.kafka.common.security.auth.SaslExtensionsCallback</exclude >
154
+ <exclude >org.apache.kafka.common.security.auth.SaslExtensions</exclude >
155
+ <exclude >org.apache.kafka.common.security.auth.SecurityProtocol</exclude >
156
+ </excludes >
150
157
</relocation >
151
158
<!-- Complete SLF4J shading -->
152
159
<relocation >
You can’t perform that action at this time.
0 commit comments