1. Packages
  2. Kafka Provider
Kafka v3.8.1 published on Wednesday, Oct 16, 2024 by Pulumi

Kafka Provider

kafka logo
Kafka v3.8.1 published on Wednesday, Oct 16, 2024 by Pulumi

    Installation

    The kafka provider is available as a package in all Pulumi languages:

    Configuration Reference

    Required

    • bootstrapServers (List of String) A list of kafka brokers

    • caCert (String) CA certificate file to validate the server’s certificate.

    • caCertFile (String, Deprecated) Path to a CA certificate file to validate the server’s certificate.

    • clientCert (String) The client certificate.

    • clientCertFile (String, Deprecated) Path to a file containing the client certificate.

    • clientKey (String) The private key that the certificate was issued for.

    • clientKeyFile (String, Deprecated) Path to a file containing the private key that the certificate was issued for.

    • clientKeyPassphrase (String) The passphrase for the private key that the certificate was issued for.

    • kafkaVersion (String) The version of Kafka protocol to use in $MAJOR.$MINOR.$PATCH format. Some features may not be available on older versions. Default is 2.7.0.

    • saslAwsCredsDebug (Boolean) Set this to true to turn AWS credentials debug.

    • saslAwsProfile (String) AWS profile name to use

    • saslAwsRegion (String) AWS region where MSK is deployed.

    • saslAwsRoleArn (String) Arn of an AWS IAM role to assume

    • saslMechanism (String) SASL mechanism, can be plain, scram-sha512, scram-sha256, aws-iam

    • saslPassword (String) Password for SASL authentication.

    • saslTokenUrl (String) The url to retrieve oauth2 tokens from, when using sasl mechanism oauthbearer

    • saslUsername (String) Username for SASL authentication.

    • skipTlsVerify (Boolean) Set this to true only if the target Kafka server is an insecure development instance.

    • timeout (Number) Timeout in seconds

    • tlsEnabled (Boolean) Enable communication with the Kafka Cluster over TLS.

    kafka logo
    Kafka v3.8.1 published on Wednesday, Oct 16, 2024 by Pulumi