librdkafka icon indicating copy to clipboard operation
librdkafka copied to clipboard

ERR__PURGE_QUEUE error is raised when purging transmit bufs

Open edenhill opened this issue 4 years ago • 0 comments

This may happen when calling purge() or when a transaction fails and purge() is automatically called internally. For the transaction case it is not really a problem since the transaction is aborted anyway and this error should not be propagated to the application (only logged).

0103_transactions#producer-5 rdkafka error: Local: Purged in queue: localhost:64785/2: Purged 1 partially sent request: forcing disconnect (after 7283ms in state UP)
  • [x] librdkafka version (release number or git tag): >=1.4

edenhill avatar Jan 04 '21 10:01 edenhill