Thanks Mason & Chris,
The change to current doc is in kafka-site repo:
https://github.com/apache/kafka-site
I've commented on the PR https://github.com/apache/kafka/pull/12252 to ask
for submitting another PR in kafka-site repo.
Thank you.
Luke
On Mon, Jun 27, 2022 at 12:28 AM Chris Egerton
wro
Hi Mason,
You're correct that the quickstart should use 'libs' instead of 'lib'. This
has already been fixed in the docs for the upcoming 3.3.0 release with
https://github.com/apache/kafka/pull/12252. We might consider backporting
that change; I've CC'd Luke Chen, who merged that fix and might be
You don't need to put in the jar file name in the plug in.path variable.
Something like plugin.path=/kafka/plugin. Then have the jar file in that
plugin folder. Restart the worker and it will pick it up.
On Sun, Jun 26, 2022 at 8:04 AM mason lee wrote:
> Hi I’m new to Kafka and i can not pass s
Hi I’m new to Kafka and i can not pass step 6 in
https://kafka.apache.org/quickstart, finally I found that the word ‘lib’ in
'echo "plugin.path=lib/connect-file-3.2.0.jar’ should be ‘libs’.
It bothered me for a while, I think a change would be better.