Skip to content

Commit

Permalink
Merge pull request #907 from jbwheatley/default-producer-parallelism-…
Browse files Browse the repository at this point in the history
…docs

withParallelism default 100 -> 10000 in docs
  • Loading branch information
bplommer authored Mar 15, 2022
2 parents 19f5210 + eaa3d8b commit 86cda6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/mdoc/producers.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ The following settings are specific to the library.

- `withCloseTimeout` controls the timeout when waiting for producer shutdown. Default is 60 seconds.

- `withParallelism` sets the max number of `ProducerRecords` to produce in the same batch when using the `produce` pipe. Default is 100.
- `withParallelism` sets the max number of `ProducerRecords` to produce in the same batch when using the `produce` pipe. Default is 10000.

- `withCreateProducer` changes how the underlying Java Kafka producer is created. The default merely creates a Java `KafkaProducer` instance using set properties, but this function allows overriding the behaviour for e.g. testing purposes.

Expand Down

0 comments on commit 86cda6a

Please sign in to comment.