Git Product home page Git Product logo

Comments (5)

twmb avatar twmb commented on September 26, 2024

A kadm package has been added in e0d6ab1

This currently exists as a separate module, but I plan to merge this into franz-go soon (drop the go.mod and go.sum files).

The aim is to add some wording to the README, add an example, and some comment in kgo.

from franz-go.

twmb avatar twmb commented on September 26, 2024

I now mention the kadm package in the readme, and I have an example of using the kadm package in the manual_committing example. I'm going to keep the package separate temporarily, but I think this effectively closes the issue.

Over time, more admin API support can easily be added to the kadm package. I expect to add more as people request features, or as I need features myself.

from franz-go.

violin0622 avatar violin0622 commented on September 26, 2024

Does kadm package ready to use ?

I found some package private methods still no implementation. ex.

func (cl *Client) CreateTopics(
	ctx context.Context,
	partitions int32,
	replicationFactor int16,
	configs map[string]*string,
	topics ...string,
) (CreateTopicResponses, error) {
        // can not found where's implementation 
	return cl.createTopics(ctx, false, partitions, replicationFactor, configs, topics)
}

Or maybe I missed something ?

from franz-go.

twmb avatar twmb commented on September 26, 2024

That's on line 128.

The kadm package is not 1.0 tagged yet meaning the API can change slightly (for improvements). But, it builds and is working today, if you're willing to tolerate some small breakage in the event of much better APIs coming along.

from franz-go.

violin0622 avatar violin0622 commented on September 26, 2024

Thank you very much !

I was looking v1.2.4, and found codes on newer commits .

expecting v1.0 comming soon 🎉

from franz-go.

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.