Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Which Finagle Build #111

Closed
itissid opened this issue Oct 9, 2012 · 7 comments
Closed

Which Finagle Build #111

itissid opened this issue Oct 9, 2012 · 7 comments

Comments

@itissid
Copy link

itissid commented Oct 9, 2012

It sees from the build repo of Finagle http://maven.twttr.com/com/twitter/finagle-core/ Kestrel is quite behind in terms of where finnagle is, apparently its using finagle-core version of 1.11. I do not understand the scala build system and but I think my assessment is correct. Why is their this special 2.9.1 version thing going around and why, if it is, so behind?

@zuercher
Copy link
Contributor

You are correct that kestrel is currently still using finagle 1.11.1.

The next version of kestrel will use scala 2.9.2 and will upgrade to finagle 5.3.x. I'll push the relevant commits to github once the version of finagle I'm using is publicly released.

I'm not sure I follow your question about scala 2.9.1.

@itissid
Copy link
Author

itissid commented Oct 11, 2012

Hmm actually in my java code I was looking to use finagle, but the libs where the feature I want to use are in 5.9.1 and the libs are kind of messed up.
Now I have been wanting for a long time to learn scala and I think this is as good a place as any to start. If you are not planning to move to 2.9.2 anytime soon can I give it a shot? Let me know what you think.. I specifically want to use finnagle to not worry about things like retry policies, timeouts, back pressure and stuff like that..

@zuercher
Copy link
Contributor

To my knowledge, the most recent public version of finagle is 5.3.9 and work continues on the 5.3.x series.

The work to convert kestrel to a modern finagle version has already been done. It is awaiting the release of artifacts for the specific version of finagle it actually uses. Once they are available, I will publish the kestrel source to github.

If you're having trouble using finagle from Java, I suggest getting on the finaglers google group (see http://twitter.github.com/finagle/).

@itissid
Copy link
Author

itissid commented Oct 12, 2012

Sorry to bug you about this but aren't the 5.3.9 artifacts already here: http://maven.twttr.com/com/twitter/finagle-core/5.3.9/
Unless I am completely missing something and you are working on a newer finagle version than 5.3.9?

@zuercher
Copy link
Contributor

They are. I pulled it forward to a 5.3.17 build, which isn't available. I'll probably drop back to the 5.3.9 version if 5.3.17 doesn't make it to the externally facing repository soon.

@zuercher
Copy link
Contributor

5.3.19 was released publicly yesterday, so I've bumped up to that on master.

@itissid
Copy link
Author

itissid commented Oct 18, 2012

Very awesome now I can use a lot of finagle goodness..

On Thu, Oct 18, 2012 at 2:08 PM, Stephan Zuercher
notifications@github.comwrote:

5.3.19 was released publicly yesterday, so I've bumped up to that on
master.


Reply to this email directly or view it on GitHubhttps://github.com//issues/111#issuecomment-9574820.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants