Add and use custom SASL plugin library #1728
-
I was wondering, is there a way to include our custom SASL plugin jar, which would later be used for configuring Kafka consumer?
If possible, could you give me more information how it is done. Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
Haarolean
Mar 28, 2022
Replies: 2 comments 2 replies
-
Hi, you'll have to add a jar file with your classes to the classpath (either via editing the dockerfile and building the image yourself) or via runtime. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Haarolean
-
Hello @dejan-kosak did you solve this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, you'll have to add a jar file with your classes to the classpath (either via editing the dockerfile and building the image yourself) or via runtime.