Skip to content

Commit

Permalink
bump max poll records
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishan Sairam Adapa authored Feb 15, 2024
1 parent 7610898 commit 7327b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion span-normalizer/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spanNormalizerConfig:
producerBufferMemory: 134217728 # default = 33554432
# Consumer configs
consumerMaxPartitionFetchBytes: 8388608 # default = 1048576
consumerMaxPollRecords: 1000 # default = 1000 (kafka streams default)
consumerMaxPollRecords: 10000 # default = 1000 (kafka streams default)
consumerSessionTimeoutMs: 10000 # default = 10000
# Exception handler configs
defaultProductionExceptionHandler: "org.hypertrace.core.kafkastreams.framework.exceptionhandlers.IgnoreProductionExceptionHandler"
Expand Down

0 comments on commit 7327b38

Please sign in to comment.