[
https://issues.apache.org/jira/browse/THRIFT-5452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jorge Leitão updated THRIFT-5452:
---------------------------------
Description:
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).
was:
Some uses of thrift do not require a server. In these cases, consumers do not
need the `server` module and 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).
> Rust: 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)