kPow will manage one Connect cluster per configured Kafka cluster.
User permissions to Kafka cluster resources are defined by Connect actions.
kPow connects to a Connect cluster with environment variables.
Variable | Description |
CONNECT_REST_URL | The client connection URL for your connect cluster |
CONNECT_AUTH | BASIC if basic authentication is configured |
CONNECT_BASIC_AUTH_USER | Username if basic authentication is configured |
CONNECT_BASIC_AUTH_PASS | Password if basic authentication is configured |
CONNECT_OFFSET_STORAGE_TOPIC | (Optional) Topic that holds connect offsets |
CONNECT_PERMISSIVE_SSL | True if SSL certificate validation should be disabled |
CONNECT_TIMEOUT_MS | The timeout value in ms for all HTTP requests made to a Kafka Connect cluster. Default: 5000 |