Skip to main content

Re: a little problem in quickstart

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 able to
help with backporting it (I'd take it on myself but I'm not well-versed in
how the site docs work, especially with making changes for already-released
versions).

Cheers,

Chris

On Sun, Jun 26, 2022 at 11:12 AM Men Lim <zulu208@gmail.com> wrote:

> 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 <cjxiuyi@gmail.com> wrote:
>
> > 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.
> >
>

Comments