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

feat: add reconsumer module #93

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

feat: add reconsumer module #93

wants to merge 1 commit into from

Conversation

btkostner
Copy link
Contributor

Related Ticket(s)

NA

Checklist

Problem

We sometimes need to reprocess Kafka messages due to some system issue. Sometimes this is an easy offset change to the main consumer group and everything is fine. Other times we need more fine control to limit the time window or topics reconsumed.

Details

This is a WIP PR for how I would imagine Kafka message reconsuming would work. A couple other details:

  1. This could possibly be done with more advanced Kafka stuff like Kafka Streams, however would require a huge amount of work into porting that to Elixir.

  2. We should try to optimize this as much as possible

  3. We want metrics for processing, as well as logs about status

  4. We need to ensure this can be ran on an already existing system (no hard coded module names conflicting)

@btkostner btkostner self-assigned this Aug 14, 2024
@btkostner btkostner requested a review from a team as a code owner August 14, 2024 18:15
@btkostner btkostner marked this pull request as draft August 14, 2024 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant