Configuration property fixed at build time - All other configuration properties are overridable at runtime
Configuration property |
Type |
Default |
---|---|---|
A comma-separated list of topic names. The micro-service will only be ready once all these topics are present in the Kafka cluster. Environment variable: |
list of string |
|
A unique identifier for this Kafka Streams application. It is used as Kafka consumer group id, so multiple replicas of micro-service balance their partition workload. Environment variable: |
string |
${quarkus.application.name} |
It is the number of milliseconds a producer is willing to wait before sending a batch out. Environment variable: |
int |
0 |
The compression type for all data generated by the producer. Environment variable: |
Possible values: none gzip snappy lz4 zstd |
none |