Git Product home page Git Product logo

Comments (4)

HenryCaiHaiying avatar HenryCaiHaiying commented on July 18, 2024

Would restart secor help to remove the deleted topic?

If not, would specify some regex expression on topicFilter work to exclude that topic?

Kafka also have a concept of Blacklist (we only used its Whitelist), you can extend secor to use the Kafka's Blacklist to exclude topics (and send us the PR).

from secor.

fabeschan avatar fabeschan commented on July 18, 2024

Hi henry,
Just tried restarting secor; doesn't seem to have an effect.

Filtering out the topic probably works, but it seems like a bandaid fix, and requires explicit input. I wonder how much work it would be to have secor fix its consumer group offsets whenever it encounters this sort of situation.

Perhaps TopicFilter (or something else) can be used to filter out topics that no longer exist?

from secor.

HenryCaiHaiying avatar HenryCaiHaiying commented on July 18, 2024

This seems to me more like a kafka bug (the high level consumers is still
consuming from a deleted topic), if you put more work in secor to handle
deleted topic, this sounds kludge to me.

Kafka topic deletion is usually not a common event in a production system,
that's why I suggest using topicFilter (or add support for Blacklist) for
those deleted topics, this only needs to happen once in a long while.

On Thu, Aug 27, 2015 at 4:14 PM, fabeschan [email protected] wrote:

Hi henry,
Just tried restarting secor; doesn't seem to have an effect.

Filtering out the topic probably works, but it seems like a bandaid fix,
and requires explicit input. I wonder how much work it would be to have
secor fix its consumer group offsets whenever it encounters this sort of
situation.


Reply to this email directly or view it on GitHub
#126 (comment).

from secor.

HenryCaiHaiying avatar HenryCaiHaiying commented on July 18, 2024

fabeschan, I am closing this one. Let me know whether you want to play with topic filters.

from secor.

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.