Configuration Reference
Version:6.0.0-SNAPSHOT
Micronaut Kafka Config Properties
🔗| Property | Type | Description | Default value |
|---|---|---|---|
|
java.time.Duration |
The health check timeout. Default value (10 seconds). |
| Property | Type | Description | Default value |
|---|---|---|---|
|
org.apache.kafka.common.serialization.Deserializer |
Sets the key deserializer. |
|
|
org.apache.kafka.common.serialization.Deserializer |
Sets the default value deserializer. |
| Property | Type | Description | Default value |
|---|---|---|---|
|
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 | Default value |
|---|---|---|---|
|
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 |
| Property | Type | Description | Default value |
|---|---|---|---|
|
org.apache.kafka.common.serialization.Serializer |
Sets the key serializer. |
|
|
org.apache.kafka.common.serialization.Serializer |
Sets the default value serializer. |
|
|
java.lang.String |
Sets the default executor to use to enable non-blocking producers. |
Micronaut Kafka Streams Config Properties
🔗| Property | Type | Description | Default value |
|---|---|---|---|
|
java.time.Duration |
the time to wait for the stream to shut down. |
|
|
java.lang.String |
the logical name of the stream |