Git Product home page Git Product logo

Comments (6)

peterbourgon avatar peterbourgon commented on September 26, 2024 1

https://github.com/go-kit/go-kit.github.io

from kit.

peterbourgon avatar peterbourgon commented on September 26, 2024

Can you enumerate some of them? I am happy to fix them.

from kit.

amidam avatar amidam commented on September 26, 2024

Can you enumerate some of them? I am happy to fix them.

Thanks Peter!

  • First of all, in the tutorial section of stringsvc3, there is no context while in the github code(ex:proxying.go) there is. It seems that the advance topic of the tutorial section is also included in stringsvc3.
  • Line 51 of the proxying.go is
    e = ratelimit.NewErroringLimiter(rate.NewLimiter(rate.Every(time.Second), qps))(e), but in the tutorial is
    e = kitratelimit.NewTokenBucketLimiter(jujuratelimit.NewBucketWithRate(float64(maxQPS), int64(maxQPS)))(e). Actually, jujuratelimit is not imported at all in the full code.
  • Line 44 of the the same file is endpointer sd.FixedEndpointer, but in the tutorial is
    subscriber sd.FixedSubscriber. Thus in line 52, you can see endpointer = append(endpointer, e), while in the tutorial is subscriber = append(subscriber, e) and of course the same mismatch in line 57 where there is balancer := lb.NewRoundRobin(endpointer) but in the toturial is balancer := lb.NewRoundRobin(subscriber)

from kit.

dibrinsofor avatar dibrinsofor commented on September 26, 2024

can i work on this too? @peterbourgon

from kit.

peterbourgon avatar peterbourgon commented on September 26, 2024

Yeah, go for it. Haven't gotten to it.

from kit.

dibrinsofor avatar dibrinsofor commented on September 26, 2024

@peterbourgon great. where can I find the html files for https://gokit.io/examples/stringsvc.html#calling-other-services, and how do I know which file is more recent? should I just play around with them?

from kit.

Related Issues (20)

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.