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

Do not return control batch records #135

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

wbarnha
Copy link
Owner

@wbarnha wbarnha commented Mar 8, 2024

Control messages are used to enable transactions in Kafka and are generated by the broker. Clients should not return control batches (ie. those with this bit set) to applications. (since 0.11.0.0)


This change is Reviewable

@bradenneal1 bradenneal1 force-pushed the feature/skip_control_batch branch 2 times, most recently from d596b58 to a6d0579 Compare May 16, 2024 23:12
Control messages are used to enable transactions in Kafka and are generated by the broker. Clients should not return control batches (ie. those with this bit set) to applications. (since 0.11.0.0)
@bradenneal1
Copy link

A clone of Pull Request dpkp#2361

@wbarnha
Copy link
Owner Author

wbarnha commented May 20, 2024

Sorry for the delay on this. I've been looking into fixing the failing pylint tests.

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

2 participants