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

Added option to configure acks that kgo verifier producer will use #50

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

Conversation

mmaslankaprv
Copy link
Member

@mmaslankaprv mmaslankaprv commented Feb 6, 2024

Added option to use relaxed consistency writes when producing in KgoVerfier application. This change is going to fill the feature gap between the KgoVerifier and VerifiableProducer that we use in tests.

@CLAassistant
Copy link

CLAassistant commented Feb 6, 2024

CLA assistant check
All committers have signed the CLA.

@mmaslankaprv mmaslankaprv force-pushed the configurable-acks branch 8 times, most recently from 87acb2e to 877a951 Compare February 9, 2024 16:11
@mmaslankaprv mmaslankaprv force-pushed the configurable-acks branch 4 times, most recently from 90c7330 to d295dc1 Compare March 6, 2024 10:38
@mmaslankaprv mmaslankaprv reopened this Aug 8, 2024
@mmaslankaprv mmaslankaprv changed the title Configurable acks Added option to configure acks that kgo verifier producer will use Aug 8, 2024
Acks kgo.Acks
}

func (cfg *WorkerConfig) RelaxedConsistency() bool {
Copy link
Contributor

Choose a reason for hiding this comment

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

unused?

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.

3 participants