confluentinc / confluentinc/parallel-consumer

Missing message in consumption and eventually pauses all consmption

Open
#875 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
299
Forks
172
PR merge metrics
No merged PRs in 30d

Description

Version: PC 0.5.3.1

Some message at specific offset is never really consumed (skipped) and eventualy the consumption is stall.

After restarting the app, the missing message came back.

Looks like the message dispatcher may skip some messages under circumstances.

Here is an illustration on what happened:
Actual messages in topic partition [1,2,3,4,5,6,7…]
Actual messages received [1,2,3,5,6,7…]
4 is missing, and consumer Lag increases yet consumption still continues
Eventually consumptions stops.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.