diff --git a/en/docs/reference/connectors/kafka-connector/kafka-inbound-endpoint-config.md b/en/docs/reference/connectors/kafka-connector/kafka-inbound-endpoint-config.md index 01d5ed2bb..909a079eb 100644 --- a/en/docs/reference/connectors/kafka-connector/kafka-inbound-endpoint-config.md +++ b/en/docs/reference/connectors/kafka-connector/kafka-inbound-endpoint-config.md @@ -395,4 +395,4 @@ The following parameters are required when configuring Kafka Inbound Endpoint. !!! Note - The `` should set in the fault sequence to poll the same record if in a failure case. The internal logic does not commit if the above property set and the offset set to the current record. The `failure.retry.count` used to control the same record polling in a failure scenario. The offset set to next discarding the current record after exceeding the retry count. The default value is `-1` means infinitely polling the same record in failure cases. The `` and `failure.retry.count` parameter only effective when `enable.auto.commit` set to `false`. + The `` property should be set in the fault sequence to poll the same record if in a failure case. The internal logic does not commit if the above property is set and the offset is set to the current record. The `failure.retry.count` parameter controls the polling of the same record during failure scenarios. If the retry count is exceeded, the offset is set to the next record, discarding the current one. The default value is `-1`, meaning the same record will be polled infinitely in failure cases. Both the `` and `failure.retry.count` parameters are effective only when `enable.auto.commit` is set to `false`.