Package-level declarations
Types
Link copied to clipboard
@ConditionalOnProperty(value = ["wow.kafka.enabled"], matchIfMissing = true, havingValue = "true")
Link copied to clipboard
Link copied to clipboard
@ConfigurationProperties(prefix = "wow.kafka")
Link copied to clipboard
class KafkaReceiverProperties(@DefaultValue(value = ["1"] ) var prefetchBatches: Int = KafkaReceiverPolicy.DEFAULT_PREFETCH_BATCHES, @DefaultValue(value = ["1"] ) var maxDeferredCommits: Int = KafkaReceiverPolicy.DEFAULT_MAX_DEFERRED_COMMITS, @DefaultValue(value = ["3"] ) var retryAttempts: Long = KafkaReceiverPolicy.DEFAULT_RETRY_ATTEMPTS, @DefaultValue(value = ["10s"] ) var retryBackoff: Duration = KafkaReceiverPolicy.DEFAULT_RETRY_BACKOFF, @DefaultValue(value = ["FAIL"] ) var decodeFailureStrategy: KafkaRecordDecodeFailureStrategy = KafkaRecordDecodeFailureStrategy.FAIL)
Link copied to clipboard