Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What should be done to stabilize the API here? #129

Open
rtyler opened this issue Sep 30, 2015 · 3 comments
Open

What should be done to stabilize the API here? #129

rtyler opened this issue Sep 30, 2015 · 3 comments

Comments

@rtyler
Copy link
Member

rtyler commented Sep 30, 2015

I think with the recent work from @jakesandlund and @osheroff we've been bringing the Producer and Consumer APIs into parity and simplifying things a bit.

I'd like to push towards a 1.0 release with a stable API that we can all rely on and then move towards semver releases.

@osheroff please move the tickets you want to see in 1.0 accordingly, anything else we should aim to accomplish in 1.0?

@rtyler rtyler added this to the 1.0 - API stabilization milestone Sep 30, 2015
@osheroff
Copy link
Contributor

one thing on my todo list has been to allow librdkafka (and java) specific parameters to be passed in -- I need in some cases to limit the buffer size of rdkafka, and there's no elegant way to do this.

Other than that, to me a 1.0 is probably about trying to get feature parity best we can between java/rdkafka. It's tricky since with 0.8.3 the whole java client will be rewritten, but hey.

Note that I've had a MRI-based consumer eating away at 5-10k QPS in zendesk's production for some months now; so at least the consumer path is pretty solid!

@rtyler
Copy link
Member Author

rtyler commented Oct 1, 2015

@osheroff you've got write access to this repository, will you create issues and stick them in the 1.0 milestone for all your wishlist items?

@barockok
Copy link

barockok commented Feb 6, 2016

@rtyler Is there any plan to support librdkafka 0.9 ? I thought it would be nice, since kafka 0.9 already implemented balanced (high level) consumer, so I guess it would be possible to create consumer group for MRI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants