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

Question: crcs for consumers #909

Open
bratushkadan opened this issue Feb 18, 2025 · 3 comments
Open

Question: crcs for consumers #909

bratushkadan opened this issue Feb 18, 2025 · 3 comments
Labels
enhancement New feature or request waiting

Comments

@bratushkadan
Copy link

Hello!

Is crcs enabled by default for consumers? If so, is it possible to disable it?

@twmb
Copy link
Owner

twmb commented Feb 18, 2025

Yes it's enabled -- why disable it?

@bratushkadan
Copy link
Author

bratushkadan commented Feb 18, 2025

I work with an implementation of message broker that is only partially compatible with the Kafka API.

It has two major limitations: crcs must be disabled and partition assingment for the consumers must be round robin. I figured out how to do configure the latter part in the library, but searching through documentation for crcs keyword didn't give me an idea on how I could disable it :(.

I would appreciate a tip on how to do that if there's a chance the parameter is configurable.

@twmb
Copy link
Owner

twmb commented Mar 7, 2025

There's a chance ;)

Do you want to peruse the code and propose an option? There are very few places that need to change to disable the validation here; I think it's a pretty easy thing to wire through.

@twmb twmb added enhancement New feature or request waiting labels Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request waiting
Projects
None yet
Development

No branches or pull requests

2 participants