Apache Kafka
- Canonical
- Databases
Channel | Revision | Published | Runs on |
---|---|---|---|
3/stable | 185 | 23 Oct 2024 | |
3/candidate | 188 | 13 Nov 2024 | |
3/beta | 188 | 13 Nov 2024 | |
3/edge | 191 | Yesterday |
juju deploy kafka --channel 3/beta
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
get-admin-credentials
Get administrator authentication credentials for client commands The returned client_properties can be used for Kafka bin commands using
--bootstrap-server
and--command-config
for admin level administration This action must be called on the leader unit. -
get-listeners
Get all active listeners and their port allocations
-
pre-upgrade-check
Run necessary pre-upgrade checks before executing a charm upgrade.
-
set-password
Change an internal system user's password. It is for internal charm users and SHOULD NOT be used by applications. This action must be called on the leader unit.
- Params
-
password string
The password will be auto-generated if this option is not specified.
-
username string
The internal username to set password for.
- Required
username
-
set-tls-private-key
Sets the private key identifying the target unit, which will be used for certificate signing requests (CSR). When updated, certificates will be reissued to the unit. Run for each unit separately. Requires a valid relation to an application providing the
certificates
relation interface.- Params
-
internal-key string
The content of private key for internal communications with clients. Content will be auto-generated if this option is not specified. Can be raw-string, or base64 encoded.