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

Backoff strategy #124

Open
slashmili opened this issue Mar 10, 2023 · 1 comment
Open

Backoff strategy #124

slashmili opened this issue Mar 10, 2023 · 1 comment
Labels
contributions welcome Contributions welcome

Comments

@slashmili
Copy link
Contributor

slashmili commented Mar 10, 2023

Once in a while during Kafka broker updates we get errors like this :

(RuntimeError cannot resolve begin offset (hosts=[{"broker1", 9096}, {"broker2", 9096}, {"broker13", 9096}] topic=my-topic partition=1). Reason: :not_leader_for_partition)

lib/broadway_kafka/brod_client.ex in BroadwayKafka.BrodClient.lookup_offset/5 at line 154
lib/broadway_kafka/producer.ex in anonymous fn/3 in BroadwayKafka.Producer.handle_info/2 at line 368
lib/enum.ex in Enum."-map/2-lists^map/1-0-"/2 at line 1658
lib/broadway_kafka/producer.ex in BroadwayKafka.Producer.handle_info/2 at line 358
lib/broadway/topology/producer_stage.ex in Broadway.Topology.ProducerStage.handle_info/2 at line 229
lib/gen_stage.ex in GenStage.noreply_callback/3 at line 2200
gen_server.erl in :gen_server.try_dispatch/4 at line 1123

We have like 20 topics which means we get lots of errors in our sentry.

I'd like to know if this project is open to to have backoff strategy something like BroadwayRabbitMQ.Backoff

@josevalim
Copy link
Member

PRs are definitely welcome! Thanks for asking @slashmili!

@josevalim josevalim changed the title Proposal: Backoff strategy Backoff strategy Mar 14, 2023
@josevalim josevalim added the contributions welcome Contributions welcome label Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributions welcome Contributions welcome
Projects
None yet
Development

No branches or pull requests

2 participants