You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (Jira)" <ji...@apache.org> on 2021/08/22 16:46:00 UTC

[jira] [Updated] (THRIFT-5452) Make server optional

     [ https://issues.apache.org/jira/browse/THRIFT-5452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jens Geyer updated THRIFT-5452:
-------------------------------
    Summary: Make server optional  (was: Rust: Make server optional)

> Make server optional
> --------------------
>
>                 Key: THRIFT-5452
>                 URL: https://issues.apache.org/jira/browse/THRIFT-5452
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Rust - Library
>            Reporter: Jorge Leitão
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Some uses of thrift do not require a server. In these cases, users do not need the `server` module nor its two dependencies (`threadpool` and `log`).
> Rust / Cargo allows and promotes this behavior via feature gates. We can make `server` an optional feature (and default to be).



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