[
https://issues.apache.org/jira/browse/IOTDB-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17109480#comment-17109480
]
Giorgio Zoppi commented on IOTDB-400:
-------------------------------------
It is ok, but is there something more efficent of Jetty? I would not use
servlet in 2020 for a Rest.
Something that is strictly based on Netty.io, like
[https://linkedin.github.io/rest.li/]
Or the Netty.Io example:
https://netty.io/4.1/xref/io/netty/example/http/snoop/HttpSnoopServer.html
A rest service is just an http service with get/put/post. Keep it easy/small,
users doesn't need such complexity.
> Support Restful API
> -------------------
>
> Key: IOTDB-400
> URL: https://issues.apache.org/jira/browse/IOTDB-400
> Project: Apache IoTDB
> Issue Type: New Feature
> Reporter: Jialin Qiao
> Assignee: Boris Zhu
> Priority: Major
>
> To support different languages, we'd better support a restful api.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)