Giter VIP home page Giter VIP logo

Comments (11)

dim avatar dim commented on August 21, 2024

I went ahead and created a library on top of sarama: http://godoc.org/github.com/bsm/sarama/cluster

It integrates Sarama with Zookeeper and implements Consumer Group functionality. Should it be merged into the main sarama tree or do you want me to maintain it separately?

from sarama.

wvanbergen avatar wvanbergen commented on August 21, 2024

Sorry for the very late reply. I think we should include this in Sarama: without it, you don't get many of the advantages that Kafka offers. Let's get it merged!

from sarama.

dim avatar dim commented on August 21, 2024

So I'm still working out the API. While the code works just fine, my main concern is currently error/event handling. There is no concise way to feed back errors and state changes to the client. I could sneak in a few ConsumerEvents with an Err, but I would almost prefer to allow users to register event listener callbacks. Thoughts?

from sarama.

wvanbergen avatar wvanbergen commented on August 21, 2024

Maybe we can do something like this:

cg.Process(chan sarama.ConsumerEvent, chan error)

from sarama.

rsrsps avatar rsrsps commented on August 21, 2024

very nice but the name collision makes things a little annoying to pull a fork.

On Mar 19, 2014, at 11:17 AM, Dimitrij Denissenko [email protected] wrote:

I went ahead and created a library on top of sarama: http://godoc.org/github.com/bsm/sarama/cluster

It integrates Sarama with Zookeeper and implements Consumer Group functionality.


Reply to this email directly or view it on GitHub.

from sarama.

wvanbergen avatar wvanbergen commented on August 21, 2024

I will start the proces sof moving this code over in a branch.

from sarama.

wvanbergen avatar wvanbergen commented on August 21, 2024

See #84

from sarama.

dim avatar dim commented on August 21, 2024

Thanks. I also added a more generic event notification in bsm/sarama@3ad706907810c16.

from sarama.

dim avatar dim commented on August 21, 2024

I think it's better to keep this separate from the main sarama code and not pollute it with zk dependencies. I have created a new project for it: https://github.com/bsm/sarama-cluster

from sarama.

arianitu avatar arianitu commented on August 21, 2024

@dim now that zookeeper isn't a dependency to implement consumer groups, what are the chances you can move this into the official sarama repo?

from sarama.

dim avatar dim commented on August 21, 2024

@arianitu maybe, but there is quite a bit of effort involved and the integration is not 100% straight-forwards as the test cases/setups are more complicated. more importantly: I probably won't be able to find the time for such an effort any time soon, but help is more than welcome

from sarama.

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.