Skip to content

Commit

Permalink
Read value from config.
Browse files Browse the repository at this point in the history
Signed-off-by: Bhupender Y <[email protected]>
  • Loading branch information
Bhupender-Y committed Dec 27, 2023
1 parent 4a41bac commit 8372430
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static FileProcessor create(
EventWriterConfig.builder()
.enableConnectionPooling(true)
.transactionTimeoutTime((long) (config.transactionTimeoutMinutes * 60.0 * 1000.0))
.enableLargeEvents(true)
.enableLargeEvents(config.enableLargeEvent)
.build(),
config.exactlyOnce);

Expand Down

0 comments on commit 8372430

Please sign in to comment.