Anonymitaet commented on a change in pull request #11980:
URL: https://github.com/apache/pulsar/pull/11980#discussion_r714419491
##########
File path: site2/docs/performance-pulsar-perf.md
##########
@@ -109,22 +123,34 @@ The following table lists configuration options available
for the `pulsar-perf c
| acks-delay-millis | Set the acknowledgment grouping delay in milliseconds. |
100 ms |
| auth-params | Set the authentication parameters, whose format is determined
by the implementation of the `configure` method in the authentication plugin
class, such as "key1:val1,key2:val2" or "{"key1":"val1","key2":"val2"}". | N/A |
| auth_plugin | Set the authentication plugin class name. | N/A |
+| auto_ack_chunk_q_full | Configure whether to automatically ack for the
oldest message in receiver queue if the queue is full. | false |
+| listener-name | Set the listener name for the broker. | N/A |
+| batch-index-ack | Enable or disable the batch index acknowledgment. | false |
+| busy-wait | Enable or disable Busy-Wait on the Pulsar client. | false |
| conf-file | Set the configuration file. | N/A |
| encryption-key-name | Set the name of the public key used to encrypt the
payload. | N/A |
| encryption-key-value-file | Set the file which contains the public key used
to encrypt the payload. | N/A |
| help | Configure the help message. | false |
+| expire_time_incomplete_chunked_messages | Set the expiration time for
incomplete chunk messages (in milliseconds). | 0 |
Review comment:
underline (_) or hyphen (-)?
--
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]