[
https://issues.apache.org/jira/browse/DL-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16044042#comment-16044042
]
ASF GitHub Bot commented on DL-204:
-----------------------------------
Github user sijie commented on the issue:
https://github.com/apache/incubator-distributedlog/pull/132
@leighst : it is format backward compatible, but not binary compatible. I
only change the library in distributedlog-core and shade it. The other modules
- proxy-protocol, proxy-client and proxy-server that depend on finagle, will
still use the libthrift 0.5.
I think the log term plan:
- for proxy-server, it should be able to support multiple protocol
bindings: finagle, gRPC, maybe even kafka protocol.
- for client, we might just build different client: finagle one talking to
thrift endpoint, gRPC one talking to gRPC endpoint.
> Bump libthrift to latest version for distributedlog-core
> --------------------------------------------------------
>
> Key: DL-204
> URL: https://issues.apache.org/jira/browse/DL-204
> Project: DistributedLog
> Issue Type: Improvement
> Affects Versions: 0.4.0
> Reporter: Sijie Guo
> Assignee: Sijie Guo
> Fix For: 0.5.0
>
>
> Currently finagle heavily depends on an out-of-dated version - libthrift 5.0.
> Proxy modules (client, server) depend on this version, however the core
> library doesn't really depend on libthrift. so this jira is to bump libthrift
> version for distributedlog-core.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)