Mongey / terraform-provider-kafka

Terraform provider for managing Apache Kafka Topics + ACLs
MIT License
520 stars 132 forks source link

Unable to use aws-iam with Apache Kafka version 2.5.1 #378

Open eladlevi-dy opened 9 months ago

eladlevi-dy commented 9 months ago

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:

Error: kafka: client has run out of available brokers to talk to
│ 
│   with kafka_topic.main["topic-01"],
│   on main.tf line 217, in resource "kafka_topic" "main":
│  217: resource "kafka_topic" "main" {
│ 
╵
Releasing state lock. This may take a few moments...
ERRO[0152] 1 error occurred:
        * exit status 1
Spragalas commented 9 months ago

might be related to https://github.com/Mongey/terraform-provider-kafka/pull/384