Skip to content

Commit

Permalink
zalando-nakadi#112 Do not lock all available events
Browse files Browse the repository at this point in the history
  • Loading branch information
fbrns committed Nov 16, 2022
1 parent 6c31f4c commit ec94e6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,9 @@ until the lock expires. The default is currently 600 seconds but might change in
buffer is included. During the last x seconds before the expiration of the lock the events are not considered for
transmission. The default is currently 60 seconds but might change in future releases.

* **lock-size**: Defines the maximum amount of events which are loaded into memory and published in one run
(in one submission per event type). By default, all events are loaded into memory.
* **lock-size**: Defines the maximum amount of events which are loaded into memory and published in one run
(in one submission per event type). By default, all events are loaded into memory. In future releases, this
property will become mandatory.

```yaml
nakadi-producer:
Expand Down

0 comments on commit ec94e6b

Please sign in to comment.