Skip to content

Commit

Permalink
docs: Remove legacy config maxUncommittedMessagesToHandle from readme
Browse files Browse the repository at this point in the history
The configuration was removed a long time ago, when we added per record ack persistence, didn't think it was needed as it's original intent was to prevent big replay upon rebalance (as per record ack wasn't persisted).

See #490
  • Loading branch information
astubbs committed Dec 8, 2022
1 parent 78aab49 commit ee223ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ As an illustrative example of relative performance, given:
* 10,000 messages to process
* A single partition (simplifies comparison - a topic with 5 partitions is the same as 1 partition with a keyspace of 5)
* Default `ParallelConsumerOptions`
** maxUncommittedMessagesToHandle = 1000
** maxConcurrency = 100
** numberOfThreads = 16

Expand Down
1 change: 0 additions & 1 deletion src/docs/README_TEMPLATE.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ As an illustrative example of relative performance, given:
* 10,000 messages to process
* A single partition (simplifies comparison - a topic with 5 partitions is the same as 1 partition with a keyspace of 5)
* Default `ParallelConsumerOptions`
** maxUncommittedMessagesToHandle = 1000
** maxConcurrency = 100
** numberOfThreads = 16

Expand Down

0 comments on commit ee223ab

Please sign in to comment.