terraform-provider-kafka
terraform-provider-kafka copied to clipboard
Terraform provider for managing Apache Kafka Topics + ACLs
Fixes #329 by enabling configuring the Kafka protocol version.
# Error: kafka: client has run out of available brokers to talk to: EOF I've upgraded the version to `v0.5.3` and it did not work. The error happened when I...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4. Release notes Sourced from golangci/golangci-lint-action's releases. v3.7.0 What's Changed Changes feat: working-directory with only-new-issues by @CfirTsabari in golangci/golangci-lint-action#795 Documentation docs: improve How to use...
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @takost in actions/cache#1284 feat: save-always flag by @to-s in actions/cache#1242...
Oauthbearer is one of the sasl mechanisms supported by Kafka. It would be great if you also supported this.
Part of https://github.com/Mongey/terraform-provider-kafka/issues/377
We're using "Mongey/kafka" version "0.6.0" When enable aws-iam for MSK cluster with Apache Kafka version 2.5.1 the provider client can't get the status of the Kafka topics. Terraform plan error:...
**Overview** There are a multitude of ways to connect to Kafka brokers; while this provider currently supports authenticating with `sasl_mechanism=plain/scram-sha512/scram-sha256`, for security reasons some production Kafka brokers only enable authenticating...
Hello, Everything described below is implemented within 1 TF module that uses multiple providers and external modules. The module is applied in one run. It is also important to note...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4 to 5. Release notes Sourced from goreleaser/goreleaser-action's releases. v5.0.0 What's Changed feat: node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @crazy-max in...