momo-jun commented on code in PR #428:
URL: https://github.com/apache/pulsar-site/pull/428#discussion_r1111730011


##########
static/reference/next/config/README.md:
##########
@@ -25,4 +25,12 @@ If you want to override the configurations of clients 
internal to brokers, webso
 
 > Notes:
 > * This override feature only applies to Pulsar 2.10.1 and later versions.
-> * When running the function worker within the broker, you have to configure 
those clients by using the `functions_worker.yml` file. These prefixed 
configurations do not apply to any of those clients.
\ No newline at end of file
+> * When running the function worker within the broker, you have to configure 
those clients by using the `functions_worker.yml` file. These prefixed 
configurations do not apply to any of those clients.
+
+### Java system property
+
+You can set some specifying configurations through Java properties.
+
+| **Property**       | **Description**                                         
     |
+| ------------------ | 
------------------------------------------------------------ |
+| pulsar.enableUring | Use `io_uring` instead of `epoll` as network IO mode, 
`-Dpulsar.enableUring=1` means this feature is enable. |

Review Comment:
   ```suggestion
   | pulsar.enableUring | Use `io_uring` instead of `epoll` as network IO mode. 
`-Dpulsar.enableUring=1` means this feature is enabled. |
   ```



-- 
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]

Reply via email to