Index
All Classes and Interfaces|All Packages
A
- abortOn() - Method in interface io.quarkiverse.kafkastreamsprocessor.spi.properties.RetryConfig
-
The list of exception types that should not trigger a retry.
D
- delay() - Method in interface io.quarkiverse.kafkastreamsprocessor.spi.properties.RetryConfig
-
The delay between retries.
- delayUnit() - Method in interface io.quarkiverse.kafkastreamsprocessor.spi.properties.RetryConfig
-
The unit for
RetryConfig.delay(). - dlq() - Method in interface io.quarkiverse.kafkastreamsprocessor.spi.properties.KStreamsProcessorConfig
-
Dead letter Queue name
- DlqConfig - Interface in io.quarkiverse.kafkastreamsprocessor.spi.properties
-
Configuration related to the microservice-specific dead-letter-queue.
- durationUnit() - Method in interface io.quarkiverse.kafkastreamsprocessor.spi.properties.RetryConfig
-
The duration unit for
RetryConfig.maxDuration().
E
- errorStrategy() - Method in interface io.quarkiverse.kafkastreamsprocessor.spi.properties.KStreamsProcessorConfig
-
Kafka error handling strategy
G
- globalDlq() - Method in interface io.quarkiverse.kafkastreamsprocessor.spi.properties.KStreamsProcessorConfig
-
Global Dead letter Queue config
- GlobalDlqConfig - Interface in io.quarkiverse.kafkastreamsprocessor.spi.properties
-
Configuration related to the global dead-letter-queue
I
- input() - Method in interface io.quarkiverse.kafkastreamsprocessor.spi.properties.KStreamsProcessorConfig
-
The Kafka topics for incoming messages
- InputConfig - Interface in io.quarkiverse.kafkastreamsprocessor.spi.properties
-
Configuration related to the messages consumed by the Processor
- io.quarkiverse.kafkastreamsprocessor.spi - package io.quarkiverse.kafkastreamsprocessor.spi
- io.quarkiverse.kafkastreamsprocessor.spi.properties - package io.quarkiverse.kafkastreamsprocessor.spi.properties
J
- jitter() - Method in interface io.quarkiverse.kafkastreamsprocessor.spi.properties.RetryConfig
-
Jitter value to randomly vary retry delays for.
- jitterDelayUnit() - Method in interface io.quarkiverse.kafkastreamsprocessor.spi.properties.RetryConfig
-
The delay unit for
RetryConfig.jitter().
K
M
- maxDuration() - Method in interface io.quarkiverse.kafkastreamsprocessor.spi.properties.RetryConfig
-
The max duration.
- maxMessageSize() - Method in interface io.quarkiverse.kafkastreamsprocessor.spi.properties.GlobalDlqConfig
-
Global Dead letter Queue maximum message size
- maxRetries() - Method in interface io.quarkiverse.kafkastreamsprocessor.spi.properties.RetryConfig
-
Max number of retries.
O
- output() - Method in interface io.quarkiverse.kafkastreamsprocessor.spi.properties.KStreamsProcessorConfig
-
The Kafka topics for outgoing messages
- OutputConfig - Interface in io.quarkiverse.kafkastreamsprocessor.spi.properties
-
Configuration related to the messages produced by the Processor
R
- retry() - Method in interface io.quarkiverse.kafkastreamsprocessor.spi.properties.KStreamsProcessorConfig
-
All configuration related to the RetryDecorator and reprocessing a record when a retryable exception has been caught
- RetryConfig - Interface in io.quarkiverse.kafkastreamsprocessor.spi.properties
- retryOn() - Method in interface io.quarkiverse.kafkastreamsprocessor.spi.properties.RetryConfig
-
The list of exception types that should trigger a retry.
S
- SinkConfig - Interface in io.quarkiverse.kafkastreamsprocessor.spi.properties
-
Configuration related to a sink.
- sinks() - Method in interface io.quarkiverse.kafkastreamsprocessor.spi.properties.OutputConfig
-
In case the application has to output to multiple topics, this entry should be used to associate sink names with topics.
- SourceConfig - Interface in io.quarkiverse.kafkastreamsprocessor.spi.properties
-
Configuration related to one source.
- sources() - Method in interface io.quarkiverse.kafkastreamsprocessor.spi.properties.InputConfig
-
Additional structure to have multiple sources define and tel for each the topic(s) to use.
T
- topic() - Method in interface io.quarkiverse.kafkastreamsprocessor.spi.properties.DlqConfig
-
Topic to use as dead-letter-queue
- topic() - Method in interface io.quarkiverse.kafkastreamsprocessor.spi.properties.GlobalDlqConfig
-
Global Dead letter Queue to produce error messages not managed by the application
- topic() - Method in interface io.quarkiverse.kafkastreamsprocessor.spi.properties.InputConfig
-
Single topic to listen to.
- topic() - Method in interface io.quarkiverse.kafkastreamsprocessor.spi.properties.OutputConfig
-
The processor is mono-output, we designate one topic
- topic() - Method in interface io.quarkiverse.kafkastreamsprocessor.spi.properties.SinkConfig
-
The topic associated to this sink
- topics() - Method in interface io.quarkiverse.kafkastreamsprocessor.spi.properties.InputConfig
-
List of topics to listen to.
- topics() - Method in interface io.quarkiverse.kafkastreamsprocessor.spi.properties.SourceConfig
-
To which topics will KafkaStreams connect to for this source.
- TopologyConfigBuildItem - Class in io.quarkiverse.kafkastreamsprocessor.spi
-
A build item that gives access to the topology configured in the extension
- TopologyConfigBuildItem() - Constructor for class io.quarkiverse.kafkastreamsprocessor.spi.TopologyConfigBuildItem
All Classes and Interfaces|All Packages