Skip to content

Commit

Permalink
Merge pull request #274 from Mahesh-Binayak/patch-5
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ckm007 authored Jul 3, 2024
2 parents d5397a4 + 911b102 commit edc4c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ kafka-topics.sh --list --bootstrap-server localhost:9092 | grep {topic}
```
![kafka_ui_consumers](design/_images/kafka_ui_consumers.png)

Check lag column. If lag exist subscriber might return Http Status except 200 while delivering message which hub considers as non delivery and it retries for a configurable amount of time after that it removes subscriber from hub cache making it as inactive subscriber and closing the consumer. Hub will not deliver next message as it follows at least once delivery mechanism.
Check lag column. If lag exists, subscriber might return Http Status except 200 while delivering message which hub considers as non delivery and it retries for a configurable amount of time after that it removes subscriber from hub cache making it as inactive subscriber and closing the consumer. Hub will not deliver next message as it follows at least once delivery mechanism.

Solution

Expand Down

0 comments on commit edc4c6d

Please sign in to comment.