Coder Social home page Coder Social logo

Comments (12)

Mongey avatar Mongey commented on July 20, 2024

Hey @MrMunki 👋, can you share the config you're using to attempt to connect?
Also, running TF_LOG=debug terraform plan might provide some more information into what's happening.

from terraform-provider-kafka.

MrMunki avatar MrMunki commented on July 20, 2024

Hi,

Thanks for the response. I've just tried against an unencrypted kafka cluster and it does work, so it's the certs causing the issue by the looks of it. I've looked in the authorizer logs on the kafka server but it does not appear in there so it seems it's not even attempting to connect to the server.

My provider config is below, I've also attached the error bit of the log. The server name, of course, is changed

provider "kafka" {
bootstrap_servers = ["kafkabroker.domain.net:9093"]
ca_cert_file = "/folder/ca-cert"
client_cert_file = "/folder/kafka_cert"
client_key_file = "/folder/kafka.key"
skip_tls_verify = false
tls_enabled = true
}

TF_kafka_log.txt

from terraform-provider-kafka.

Mongey avatar Mongey commented on July 20, 2024

Can you try with skip_tls_verify = true ... I wonder if something there is broken 😅

from terraform-provider-kafka.

MrMunki avatar MrMunki commented on July 20, 2024

I already tried that, and I've just tried it again, and no joy, still the same.

from terraform-provider-kafka.

MrMunki avatar MrMunki commented on July 20, 2024

Hi, have you had a chance to look at this again?

from terraform-provider-kafka.

diodonfrost avatar diodonfrost commented on July 20, 2024

Same problem here

from terraform-provider-kafka.

kdefives avatar kdefives commented on July 20, 2024

Same issue here with
skip_tls_verify = true
tls_enabled = false

Seems ok when we add this arguments setted: sasl_username, sasl_password et sasl_mechanism

from terraform-provider-kafka.

rajivchirania avatar rajivchirania commented on July 20, 2024

Has anyone able to find solution for Error: kafka: client has run out of available brokers to talk to (Is your cluster reachable?) for AWS MSK

from terraform-provider-kafka.

Mongey avatar Mongey commented on July 20, 2024

Alright, I believer there was an issue with how the CA chain was being set. This should be resolved in the latest release.

from terraform-provider-kafka.

MrMunki avatar MrMunki commented on July 20, 2024

Still getting the same error

Error: kafka: client has run out of available brokers to talk to (Is your cluster reachable?)

from terraform-provider-kafka.

mleuthold avatar mleuthold commented on July 20, 2024

@MrMunki I had the same issue as you, but I used the wrong port in combination with the wrong config. These are the configs which work for me.

For port 9091 I use
skip_tls_verify = true
tls_enabled = false

For port 9092 I use
skip_tls_verify = true
tls_enabled = true

AFAIK 9092 is the SSL port of Kafka.

from terraform-provider-kafka.

MrMunki avatar MrMunki commented on July 20, 2024

@mleuthold
Hi, the SSL port is 9093, I believe. 9092 is not even listening on my cluster as I have to have encryption.

from terraform-provider-kafka.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.