Giter Club home page Giter Club logo

Comments (2)

eapache avatar eapache commented on July 20, 2024

While poking around various implementations of #18 I finally figured out what I want to do with disconnectBroker (ie how to get rid of it). It really has two purposes:

  • it forces a metadata refresh to happen on the next client request for that broker (ie call to Leader or similar)
  • even if the metadata isn't stale, it bounces the broker connection so that (for example) a stale connection to the correct broker is put back in a good state

The metadata refresh we can already force with a call to one of the public Refresh methods. The connection bounce is interesting, because I originally added this comment to the client.update method: "[if the broker hasn't changed] ignore it, replacing our existing one would just bounce the connection". However if we make the metadata refresh safely bounce connections for any broker that isn't stale we could in principle replace all "public" calls to disconnectBroker with straight calls to RefreshTopicMetadata.

We still have one internal call to it that would need dealing with (perhaps it just gets folded into the any method?) and parts of it are still tangled up in #15 but I think I've made progress in at least understanding the problem space.

from sarama.

eapache avatar eapache commented on July 20, 2024

All of the methods I started this ticket for have been created (a while ago, in most cases). The only open question is broker disconnection, which is still better-tracked by #15. This can be closed.

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.