No, is not what I looking for.
When kafka connect starts, he will be available at
http://localhost:8083/connectors
I need to put a additional path to the host, something like:
http://localhost:8083/my-service/connectors
Em qua., 26 de mai. de 2021 às 17:57, Ran Lupovich <ranlupovich@gmail.com>
escreveu:
> --server.servlet.context-path="/kafdrop"
> Something like this ?
> https://github.com/obsidiandynamics/kafdrop/issues/9
>
>
> בתאריך יום ד׳, 26 במאי 2021, 23:44, מאת Fernando Moraes <
> fernandosdemoraes@gmail.com>:
>
> > Hello, I would like to know if it is possible to modify via config
> > properties the kafka-connect context path. I have a scenario where the
> > proxy redirects a request to a connect worker using a context path.
> >
> > I've already looked at the source code here, and it doesn't really seem
> to
> > have a point for configuration:
> > (
> >
> >
> https://github.com/apache/kafka/blob/trunk/connect/runtime/src/main/java/org/apache/kafka/connect/runtime/rest/RestServer.java#L264
> > )
> >
>
When kafka connect starts, he will be available at
http://localhost:8083/connectors
I need to put a additional path to the host, something like:
http://localhost:8083/my-service/connectors
Em qua., 26 de mai. de 2021 às 17:57, Ran Lupovich <ranlupovich@gmail.com>
escreveu:
> --server.servlet.context-path="/kafdrop"
> Something like this ?
> https://github.com/obsidiandynamics/kafdrop/issues/9
>
>
> בתאריך יום ד׳, 26 במאי 2021, 23:44, מאת Fernando Moraes <
> fernandosdemoraes@gmail.com>:
>
> > Hello, I would like to know if it is possible to modify via config
> > properties the kafka-connect context path. I have a scenario where the
> > proxy redirects a request to a connect worker using a context path.
> >
> > I've already looked at the source code here, and it doesn't really seem
> to
> > have a point for configuration:
> > (
> >
> >
> https://github.com/apache/kafka/blob/trunk/connect/runtime/src/main/java/org/apache/kafka/connect/runtime/rest/RestServer.java#L264
> > )
> >
>
Comments
Post a Comment