@Inherited @Target(value=FIELD) @Retention(value=RUNTIME) @Documented public @interface Producer
| Modifier and Type | Optional Element and Description |
|---|---|
int |
lingerMs
Represents the kafka configuration property
linger.ms. |
int |
requestTimeoutMs
Represents the kafka configuration property
request.timeout.ms. |
int |
retries
Represents the kafka configuration property
retries. |
public abstract int lingerMs
linger.ms. The default value for all producers can be configured with KafkaConfig.defaultLingerMs().public abstract int retries
retries. The default value for all producers can be configured with KafkaConfig.defaultProducerRetries().public abstract int requestTimeoutMs
request.timeout.ms. The default value for all producers can be configured with KafkaConfig.defaultRequestTimeoutMs().Copyright © 2019 JBoss by Red Hat. All rights reserved.