question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

initialPollWaitingForConsumerGroupJoin time should be configurable

See original GitHub issue

From Slack conversation(Click here to see full details): https://zerocode-workspace.slack.com/archives/C013T2SV151/p1606153188005800

...Probably because the issue am running into is during initialPollWaitingForConsumerGroupJoin(consumer) and there the
 consumer poll is hardcoded to 500ms and ofcourse it has retries about 10 times but that does not seem sufficient - may 
be for several reasons that broker or kafka server is slow or due to the latency of network etc - but no matter what - i 
think the consumer client should be configurable to deal with the intialPoll so its resilient enough to poll and wait for the 
kafka response to let the consumer group to join in without timing out

Linked issue: #421 , Linked PR: https://github.com/authorjapps/zerocode/pull/422

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
dandalavinodcommented, Nov 25, 2020
1reaction
sparrowVcommented, Nov 24, 2020

hey @dandalavinod . You cant directly push to original zerocode repo. If everyone could directly push the code, it would be huge mess 🤕 ( to say the least). So what you should do is to fork zerocode original repo ( how to do forking is described here ) , you clone forked repo locally, make changes , push changes to your forked repo and propose pull request from forking repo ( you would see it on forked repo page). Hope this helps

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found