Open
Description
Hi,
we are using Kafka 2.2.0
and observing org.apache.kafka.common.errors.TimeoutException
when selecting a specific consumer. The issue seems to occur only in the UI, when we use the shell script kafka-consumer-groups.sh
on the servers (on each broker), everything works just fine and the results for the group are returned immediately. This does not happen for all groups just for some.
bin/kafka-consumer-groups.sh --describe --bootstrap-server <server>:<port> --group <group>
The exact error in the UI:
Error Failed to get offsets by times in 15000ms (show more)
org.apache.kafka.common.errors.TimeoutException thrown at -> Failed to get offsets by times in 15000ms
Any idea on how we could narrow down the problem or what could cause this issue?
Thanks a lot!
Metadata
Metadata
Assignees
Labels
No labels