Skip to content

Commit

Permalink
Kafka Batch SSL: Expose also maxPollIntervalMs option
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Feb 2, 2024
1 parent 32cb0c0 commit cea5382
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ spec:
description: The timeout used when polling the KafkaConsumer
type: int
default: 5000
maxPollIntervalMs:
title: Max Poll Interval
description: The maximum delay between invocations of poll() when using consumer group management
type: int
dependencies:
- "mvn:org.apache.camel.kamelets:camel-kamelets-utils:4.4.0-SNAPSHOT"
- "camel:core"
Expand Down Expand Up @@ -183,6 +187,7 @@ spec:
saslJaasConfig: '{{?saslJaasConfig}}'
maxPollRecords: "{{batchSize}}"
pollTimeoutMs: "{{pollTimeout}}"
maxPollIntervalMs: "{{?maxPollIntervalMs}}"
batching: true
kafkaManualCommitFactory: "#bean:{{manualCommitFactory}}"
type: '#class:org.apache.camel.component.kafka.KafkaConfiguration'
Expand Down

0 comments on commit cea5382

Please sign in to comment.