Configuration Reference
Version:5.7.1-SNAPSHOT
Micronaut Kafka Config Properties
🔗Property | Type | Description |
---|---|---|
|
org.apache.kafka.common.serialization.Serializer |
|
|
org.apache.kafka.common.serialization.Serializer |
|
|
java.lang.String |
Property | Type | Description |
---|---|---|
|
boolean |
Whether to skip record on deserialization failure. Default value true |
|
boolean |
Whether to commit record on deserialization failure. Default value false |
Property | Type | Description |
---|---|---|
|
org.apache.kafka.common.serialization.Deserializer |
|
|
org.apache.kafka.common.serialization.Deserializer |
Property | Type | Description |
---|---|---|
|
boolean |
Whether the Kafka health check is enabled. Default value true. |
|
boolean |
By default, the health check requires cluster-wide permissions in order to get information about the nodes in the Kafka cluster. If your application doesn’t have admin privileges (for example, this might happen in multi-tenant scenarios), you can switch to a "restricted" version of the health check which only validates basic connectivity but doesn’t require any additional permissions.. Default value false |
|
java.time.Duration |
The health check timeout. |
Micronaut Kafka Streams Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.time.Duration |
The time to wait for the stream to shut down. Default value is 3s. |
|
java.lang.String |
The logical name of the stream. |