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

Add allowedLag setting to cache evaluator #591

Merged
merged 1 commit into from
Feb 24, 2021
Merged

Add allowedLag setting to cache evaluator #591

merged 1 commit into from
Feb 24, 2021

Conversation

aboutNisblee
Copy link
Contributor

@aboutNisblee aboutNisblee commented Dec 6, 2019

This PR adds the ability to configure an allowed lag and thereby fixes or better works around problems with Streams transaction feature.

With Exactly-Once Semantics enabled Kafka Streams producers create control messages that are seen as a constant lag of one by Kafkas CLI and also by Burrow. As a result Burrow always returns stopped state for those topics/partitions making it useless for our current setup with EOS enabled.

Addresses #570

@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 74.787% when pulling e44c8de on aboutsource:feature/allowed_lag_cache_evaluator_setting into ff2cb39 on linkedin:master.

@bai
Copy link
Collaborator

bai commented Feb 23, 2021

/cc @d1egoaz @andrewjamesbrown for review 🙏🏼

Copy link
Contributor

@d1egoaz d1egoaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks

@bai
Copy link
Collaborator

bai commented Feb 24, 2021

Thanks for contributing!

@bai bai merged commit 0a7248f into linkedin:master Feb 24, 2021
@aboutNisblee aboutNisblee deleted the feature/allowed_lag_cache_evaluator_setting branch February 24, 2021 11:28
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.

None yet

4 participants