[
https://issues.apache.org/jira/browse/THRIFT-5542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514921#comment-17514921
]
tokcum commented on THRIFT-5542:
--------------------------------
My personal driver behind this feature request, is osquery-rust, a binding to
osquery which enables developers to implement osquery extensions easily. It is
planned that osquery-rust also supports Windows. Under Windows osquery uses
named pipes to communicate with its extensions. The thrift crate doesn't
support named pipes yet.
During planing, I went through former issues in this project related to named
pipes and found some issues which should be considered when implementing this
in rust:
https://issues.apache.org/jira/browse/THRIFT-5388
https://issues.apache.org/jira/browse/THRIFT-4183
https://issues.apache.org/jira/browse/THRIFT-1558
https://issues.apache.org/jira/browse/THRIFT-5078
> Ability to listen on Windows named pipe in thrift Rust crate
> ------------------------------------------------------------
>
> Key: THRIFT-5542
> URL: https://issues.apache.org/jira/browse/THRIFT-5542
> Project: Thrift
> Issue Type: New Feature
> Components: Rust - Library
> Affects Versions: 0.16.0
> Reporter: tokcum
> Priority: Major
>
> The rust crate for thrift does not yet support to communicate via a Windows
> named pipe. Other bindings, such as for C++, already support Windows named
> pipes.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)