Coder Social home page Coder Social logo

Comments (8)

SahilKang avatar SahilKang commented on August 20, 2024 2

I've hacked PR #148 together to address this.
It's a WIP, though (I haven't tested or anything)

from terraform-provider-kafka.

Mongey avatar Mongey commented on August 20, 2024 1

👋 @davidmarkstartapp

I'll need to do some investigation to see if it's now possible, but my current understanding is that the Kafka protocol does not expose a way of increasing the replication factor; and as such we can't implement it in the provider.

Looking at kafka-reassign-partitions.sh, (which is the typical way people increase the replication-factor), it seems to interact directly with zookeeper, and that's not something I want to do.

from terraform-provider-kafka.

davidmarkstartapp avatar davidmarkstartapp commented on August 20, 2024

Yes, we used to change it with kafka-manager but need to check if it use kafka / zk behind the scene to complete this operation.

Thanks

from terraform-provider-kafka.

MattPumphrey avatar MattPumphrey commented on August 20, 2024

What about using the kafka-topics.sh script? https://kafka.apache.org/081/documentation.html#basic_ops_modify_topic

With the new KIP-500 things this will be less of an issue with zookeeper, but now an issue of managing RAFT

from terraform-provider-kafka.

Mongey avatar Mongey commented on August 20, 2024

Maybe this is now possible via the Kafka Protocol with AlterPartitionReassignments

from terraform-provider-kafka.

jay7x avatar jay7x commented on August 20, 2024

Is there any chance to have this? 🙏

from terraform-provider-kafka.

SahilKang avatar SahilKang commented on August 20, 2024

Okay, I've lifted the WIP flag for PR #148

The normal docker-compose up 🐳 workflow from the README still works, so feel free to play around with it locally

from terraform-provider-kafka.

Mongey avatar Mongey commented on August 20, 2024

This should be available in the v0.3.0 release.

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.