Git Product home page Git Product logo

finch-sangria's People

Contributors

catharz avatar tomjadams avatar vladzz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

finch-sangria's Issues

Compatibility with Finagle 7.*

Hey, excellent work on the library. Just trying it out for a POC and ended up with everything wired up nicely including GraphiQL.

Had some issues while upgrading to Finagle 7.0.0 (along with lots of dependency overrides in Build.sbt)

In the utils dependency, rb-scala-utils you include:

META-INF/services/com.twitter.finagle.stats.StatsReceiver

which defines com.redbubble.util.metrics.MetricsStatsReceiver

Finagle have made a few changes here and broken backward-compatibility so you get an error something like this:
An exception or error caused a run to abort: Method com/redbubble/util/metrics/MetricsStatsReceiver.addGauge(Lcom/twitter/finagle/stats/Verbosity;Lscala/collection/Seq;Lscala/Function0;)Lcom/twitter/finagle/stats/Gauge; is abstract

Excluding the library solves this problem:
System.setProperty("com.twitter.finagle.util.loadServiceDenied", "com.redbubble.util.metrics.MetricsStatsReceiver")

I was wondering about the following:

  • When would be a good time to upgrade to Finagle 7.*, happy to submit a PR?
  • Perhaps the Redbubble stats receiver should not be included in the META-INF of rb-scala-utils anyway, as it is quite easy to miss?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.