This release is a pre-release and may not be stable for production use.
Kafka Resource Provider
The Kafka resource provider for Pulumi lets you manage Kafka resources in your cloud programs. To use this package, please install the Pulumi CLI first.
Installing
This package is available in many languages in the standard packaging formats.
Node.js (Java/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm:
$ npm install @pulumi/kafka
or yarn:
$ yarn add @pulumi/kafka
Python
To use from Python, install using pip:
$ pip install pulumi_kafka
Go
To use from Go, use go get to grab the latest version of the library
$ go get github.com/pulumi/pulumi-kafka/sdk/v3
.NET
To use from .NET, install using dotnet add package:
$ dotnet add package Pulumi.Kafka
Configuration
The following configuration points are available:
- kafka:bootstrapServers - (Required) A list of host:port addresses that will be used to discover the full set of alive brokers.
- kafka:caCert - (Optional) The CA certificate or path to a CA certificate file to validate the server's certificate.
- kafka:clientCert - (Optional) The client certificate or path to a file containing the client certificate -- Use for Client authentication to Kafka.
- kafka:clientKey - (Optional) The private key or path to a file containing the private key that the client certificate was issued for.
- kafka:skipTlsVerify - (Optional) Skip TLS verification. Default
false. - kafka:tlsEnabled - (Optional) Enable communication with the Kafka Cluster over TLS. Default
false. - kafka:saslUsername - (Optional) Username for SASL authentication.
- kafka:saslPassword - (Optional) Password for SASL authentication.
- kafka:saslMechanism - (Optional) Mechanism for SASL authentication. Allowed values are
plain,scram-sha512andscram-sha256. Defaultplain. - kafka:timeout - (Optional) Timeout in seconds. Default
120.
Reference
For further information, please visit the Kafka provider docs or for detailed reference documentation, please visit the API docs.
Release files for pulumi-kafka 3.14.0a1784789698
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pulumi_kafka-3.14.0a1784789698.tar.gz | 24.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pulumi_kafka-3.14.0a1784789698-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 56.6 kB
Release files / pulumi_kafka-3.14.0a1784789698.tar.gz
| Download URL | pulumi_kafka-3.14.0a1784789698.tar.gz |
|---|---|
| Size | 24.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e270cd0fc5089b2a6eac16742549ba99f7dc262a070d7f4207996dd101ece7f9
|
|
BLAKE2b-256 checksum How to use checksums |
5923ea0e190b3763afce3692ca487adae7dced487732eb489e417685fe635ef9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.15
|
Release files / pulumi_kafka-3.14.0a1784789698-py3-none-any.whl
| Download URL | pulumi_kafka-3.14.0a1784789698-py3-none-any.whl |
|---|---|
| Size | 32.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
31e17af473896138a81d848dbb07b94cabae118558a7bad5ae8793589d962940
|
|
BLAKE2b-256 checksum How to use checksums |
8f79530ad8419e08c1d8c07e90fa12fdd0837ecdf98ff6b4f849d214b8ce6e0c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.15
|