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!
Hi,
we are using
Kafka 2.2.0and observingorg.apache.kafka.common.errors.TimeoutExceptionwhen selecting a specific consumer. The issue seems to occur only in the UI, when we use the shell scriptkafka-consumer-groups.shon 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.The exact error in the UI:
Any idea on how we could narrow down the problem or what could cause this issue?
Thanks a lot!