Skip to content
#

micro-framework

Here are 314 public repositories matching this topic...

aschiffmann
aschiffmann commented Apr 21, 2021

Checklist

  • Dependencies installed
  • No typos
  • Searched existing issues and docs

Issue Description

When using the RateLimiter Middleware with a rate between 0 and 1 all events will be rejected instead of applying the specified rate. E.g.: e.Use(middleware.RateLimiter(middleware.NewRateLimiterMemoryStore(0.5)))

I am not saying that it is a common use case to have

ikhoon
ikhoon commented Jul 13, 2021

io.grpc.ServerInterceptor can not directly be injected to GrpcServiceBuilder.
Users have to wrap a gRPC service using ServerInterceptors.intercept() when adding the service.

GrpcService.builder()
           .addService(ServerInterceptors.intercept(myGrpcService, myInterceptor))
           .build();

However, some users don't know the existence of ServerInterceptors beca

hexagon
jaguililla
jaguililla commented Mar 19, 2021

The code has hidden tasks, lingering among the source files... Waiting for someone to tackle them.

Would you be the brave developer to finish them?

This issue is an everlasting effort to clean the code of small tasks here and there. It won't be ever finished and stay on the 'Working' column potentially forever.

If you want to close a TODO, please reference this issue in the PR.

Most of

Improve this page

Add a description, image, and links to the micro-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the micro-framework topic, visit your repo's landing page and select "manage topics."

Learn more