Skip to main content

Modify kafka-connect api context path

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