Configuration property fixed at build time - All other configuration properties are overridable at runtime
Type |
Default |
|
---|---|---|
The Kafka streams processor property to define a unique topic for incoming messages Environment variable: |
string |
|
The Kafka streams processor property to define multiple topics for incoming messages (comma separated list). Environment variable: |
string |
|
The Kafka topic for incoming messages for the given source name. Environment variable: |
string |
|
The Kafka topics for outgoing messages. Environment variable: |
string |
|
The Kafka topic for outgoing messages for the given sink name. Environment variable: |
string |
|
Dead letter Queue name Environment variable: |
String |
|
Global Dead letter Queue to produce error messages note manage by the application Environment variable: |
String |
|
Global Dead letter Queue maximum request size Environment variable: |
int |
java.lang.Integer.MAX_VALUE |
Enable the production of the error message in the global DLQ when the application can not manage the error. Environment variable: |
boolean |
false |
Kafka Streams Processor error strategy Environment variable: |
String |
continue |
Max number of retries. See microprofile doc. Environment variable: |
String |
-1 |
The delay between retries. See microprofile doc. Environment variable: |
long |
0 |
The unit for delay. Default milliseconds. See microprofile doc. Environment variable: |
ChronoUnit |
MILLIS |
The max duration. See microprofile doc. Environment variable: |
long |
180000 |
The unit for max duration. See microprofile doc. Environment variable: |
ChronoUnit |
MILLIS |
Jitter value to randomly vary retry delays for. See microprofile doc. Environment variable: |
long |
200 |
The delay unit for jitter. Default is milliseconds. See microprofile doc. Environment variable: |
ChronoUnit |
MILLIS |
The list of exception types that should trigger a retry. Default is the provided io.quarkiverse.kafkastreamsprocessor.api.exception.RetryableException. See microprofile doc. Environment variable: |
Exception class names |
|
The list of exception types that should <i>not</i> trigger a retry. Default is empty list See microprofile doc. Environment variable: |
Exception class names |
|