Open
Description
Component(s)
receiver/kafka
Describe the issue you're reporting
In the current implementation, the BackOff mechanism is trigerred only by memory limiter error. However, the same behavior is expected for the exporterhelper.ErrQueueIsFull
error, which occurs when there is a sending queue overflow (both memory queue and persistent queue).