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

Kafka Source default value for max_partition_fetch_bytes too high #30

Closed
hrabalp opened this issue Aug 12, 2019 · 1 comment
Closed

Comments

@hrabalp
Copy link

hrabalp commented Aug 12, 2019

'max_partition_fetch_bytes': 1048576,

When there is more complex (slow ) processing in the pipeline it may timeout from kafka side and sourcre crashes (first commit gets error, retry fail as well)
Default value should be significantly more defensive (10% of current?)

User can allways incerease this value if he feels its required

@SukiCZ
Copy link
Contributor

SukiCZ commented Aug 12, 2019

The value is the same as default in aiokafka/consumer

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

No branches or pull requests

3 participants