okaybase commented on a change in pull request #4878:
URL: https://github.com/apache/apisix/pull/4878#discussion_r694543986
##########
File path: docs/en/latest/plugins/kafka-logger.md
##########
@@ -48,6 +48,7 @@ For more info on Batch-Processor in Apache APISIX please
refer.
| broker_list | object | required | | | An
array of Kafka brokers.
|
| kafka_topic | string | required | | | Target
topic to push data.
|
| producer_type | string | optional | async | ["async",
"sync"] | Producer's mode of sending messages. |
+| required_acks | integer | optional | 1 | [0, 1, -1]
| The number of acknowledgments the producer requires the leader to have
received before considering a request complete. This controls the durability of
records that are sent. Semantics is the same as kafka producer acks. |
Review comment:
okay, docs updated~
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]