Coder Social home page Coder Social logo

Comments (5)

Ahuri3 avatar Ahuri3 commented on August 20, 2024 1

I just tried it out and it work fine !

Thank you again !

from terraform-provider-kafka.

Mongey avatar Mongey commented on August 20, 2024

Hey @Ahuri3, thanks for the thorough bug report.

It looks like this is an error in how default topic configs are handled. I've been able reproduce the issues over in #36 , should have a fix soon.

from terraform-provider-kafka.

Mongey avatar Mongey commented on August 20, 2024

I've dug around a bit more. It seems that there has been a change in how Kafka reports default topic configs.

In Kafka 1.0 setting log.segments.bytes on the broker would report back segments.bytes as a default setting in the DescribeConfigs Response (Version: 0). The provider would filter out defaults, and there would be no change reported to Terraform.

In Kafka 2.0 this is reported back as a non-default config in the DescribeConfigs Response (Version: 0) 😭

DescribeConfigs Response (Version: 2) includes a usesconfig_source enum that can be used to determine if the config is really a default, but it looks like DescribeConfigs Response (Version: 2) will need to be implemented in the upstream Kafka Client: Shopify/sarama before we can fix it here.

from terraform-provider-kafka.

Mongey avatar Mongey commented on August 20, 2024

👋 @Ahuri3 I've implemented the new protocols, but it'll take a while to get merged upstream.

If you want to try out the changes, and see if they work for you, you can get a binary from the CI system from #36 here

from terraform-provider-kafka.

Ahuri3 avatar Ahuri3 commented on August 20, 2024

Thank you so much for the lightning fast response !

I will try it out and post my results as soon as possible.

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.