You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/12/08 13:07:40 UTC

[GitHub] [dubbo-rust] xdatcloud commented on pull request #86: Ftr: add feature for unix socket capability

xdatcloud commented on PR #86:
URL: https://github.com/apache/dubbo-rust/pull/86#issuecomment-1342710812

   A reference to [vector.dev](https://github.com/vectordotdev/vector/blob/550aa8b1f50c7674fe367d02d8d9777ed35d89d7/Cargo.toml#L404-L405).
   
   It would also be good to declare feature as `unix_socket`, and put all features that work only on systems providing `cfg(unix)` in `unix` feature, for example:
   
   ```yaml
   [features]
   default = ["unix", ...]
   unix = ["unix_socket", "unix_xxx", ...]
   ```
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org