Open valikon opened 5 years ago
Is it possible to support Finch (aka Finchx)
as well? The APIs are so similar!
@zhenwenc May be :) Are they all based on finagle-http? Maybe we could have a single interpreter and three APIs, or somehow share the code? Unfortunately I'm not too proficient in the twitter ecosystem :)
Had a quick look earlier, the integration with Finch may not be too easy though, will have a deeper investigation later.
Is integration with finagle available?
@redkhalil sorry, only Finatra is available currently. I suspect adding Finagle shouldn't be too hard, though.
Finatra is already good for me, that's great news. Keep it up!
Hi, it would be really nice to have support for Finagle. As you already have support for Finatra which is a REST framework on top of Finagle, I imagine it would not be that hard or time-consuming. Thanks.