You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Randy Abernethy (JIRA)" <ji...@apache.org> on 2018/05/24 19:32:00 UTC

[jira] [Updated] (THRIFT-4574) Add NanoPb-like support

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

Randy Abernethy updated THRIFT-4574:
------------------------------------
    Issue Type: Improvement  (was: Bug)

> Add NanoPb-like support
> -----------------------
>
>                 Key: THRIFT-4574
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4574
>             Project: Thrift
>          Issue Type: Improvement
>            Reporter: Anatol Pomozov
>            Priority: Minor
>
> Thrift has a support for C language called c_glib. This generator creates a stub for C language that uses quite glib library. glib library is quite heavy dependency and for some cases (like low level software) is not acceptable. One need a generator that does not have any dependencies to third-party libs and ideally neither to libc.
> nanopb project tries to achieve it for Protobufs. It would be great to see something similar for Thrift. Here is more information about nanopb [http://jpa.kapsi.fi/nanopb/docs/concepts.html]
> There is an attempt to implement such generator [https://github.com/markrileybot/thrift-nano] but it might require additional efforts to make the implementation up-to-date and complete.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)