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

It is not possible to configure some Kafka consumer properties #1320

Open
bpgergo opened this issue Oct 12, 2018 · 1 comment
Open

It is not possible to configure some Kafka consumer properties #1320

bpgergo opened this issue Oct 12, 2018 · 1 comment
Assignees

Comments

@bpgergo
Copy link

bpgergo commented Oct 12, 2018

Properties of the new Kafka consumer configs cannot be set in the application descriptor json.

While running my topology, I got the following error (it was in the Storm worker log):

org.apache.kafka.clients.consumer.CommitFailedException: Commit cannot be completed since the group has already rebalanced and assigned the partitions to another member. This means that the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time message processing. You can address this either by increasing the session timeout or by reducing the maximum size of batches returned in poll() with max.poll.records. at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator$OffsetCommitResponseHandler.handle(ConsumerCoordinator.java:770) at

My problem is, I couldn't find a way to adjust these properties of the Kafka consumer: max.poll.interval.ms or session.timeout.ms.

@bpgergo
Copy link
Author

bpgergo commented Oct 12, 2018

#1321

@bpgergo bpgergo self-assigned this Oct 13, 2018
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

1 participant