failed to update offset by webUi #910
-
Problem: When i try to update offset from a producer group i had the below error:
In Kafka logs i have no errors when submit update from WebUi. As error mensage, i tried to find specific config in Kafka documentation in Broker side and akwq side, but not found (max.poll.interval.ms and max.poll.records). |
Beta Was this translation helpful? Give feedback.
Answered by
tchiotludo
Nov 16, 2021
Replies: 1 comment 5 replies
-
You need to stop the consumer group in order to update group offsets. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
tchiotludo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to stop the consumer group in order to update group offsets.
The error is telling that this group is connected on the cluster and prevent all updates from external sources