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 7979 <relocation >
8080 <pattern >org.apache.kafka</pattern >
8181 <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 >
8288 </relocation >
8389 <relocation >
8490 <pattern >org.slf4j</pattern >
Original file line number Diff line number Diff line change 147147 <relocation >
148148 <pattern >org.apache.kafka</pattern >
149149 <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 >
150157 </relocation >
151158 <!-- Complete SLF4J shading -->
152159 <relocation >
You can’t perform that action at this time.
0 commit comments