You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Ports 9092-9098 are open in the SG for the MSK.
Seems to work OK with Apache Kafka version 3.5.1
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: