[
https://issues.apache.org/jira/browse/THRIFT-5452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jens Geyer resolved THRIFT-5452.
--------------------------------
Fix Version/s: 0.16.0
Assignee: Jorge Leitão
Resolution: Fixed
LGTM committed
> 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
> Assignee: Jorge Leitão
> Priority: Major
> Fix For: 0.16.0
>
> Time Spent: 20m
> 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)