[ 
https://issues.apache.org/jira/browse/ARTEMIS-3163?focusedWorklogId=655124&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-655124
 ]

ASF GitHub Bot logged work on ARTEMIS-3163:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 24/Sep/21 22:48
            Start Date: 24/Sep/21 22:48
    Worklog Time Spent: 10m 
      Work Description: michaelandrepearce commented on a change in pull 
request #3479:
URL: https://github.com/apache/activemq-artemis/pull/3479#discussion_r715933442



##########
File path: 
artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/TransportConstants.java
##########
@@ -61,6 +61,8 @@
 
    public static final String USE_KQUEUE_PROP_NAME = "useKQueue";
 
+   public static final String USE_IOURING_PROP_NAME = "useIoUring";

Review comment:
       I disagree, i think what franz has here is fine/better, and that should 
just be clear in the docs, else we end up with mangled config , it will be off 
by default anyhow so someone will have to have read the docs to know its there 
of which it will be mentioned very clearly this is an incubator feature, and 
explicitly turned it on.




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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 655124)
    Time Spent: 5h 40m  (was: 5.5h)

> Experimental support for Netty IO_URING incubator
> -------------------------------------------------
>
>                 Key: ARTEMIS-3163
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3163
>             Project: ActiveMQ Artemis
>          Issue Type: New Feature
>            Reporter: Francesco Nigro
>            Assignee: Francesco Nigro
>            Priority: Major
>         Attachments: flamegraphs.zip
>
>          Time Spent: 5h 40m
>  Remaining Estimate: 0h
>
> Netty provides incubator support (ie not for production use yet) for IO_URING 
> (see https://github.com/netty/netty-incubator-transport-io_uring).
> It would be nice for Artemis to support it and allows devs/users to start 
> playing with it.
> To enable this feature to work, users should manually compile 
> https://github.com/netty/netty-incubator-transport-io_uring and place it on 
> the lib folder of an artemis installation, as expected by an experimental 
> feature ;)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to