-
The 'maxactive' attribute for kretprobes can be too low and cause kretprobes to be missed. This has caused offsetguess.go to sometimes fail on single-core VMs (bug https://github.com/weaveworks/scope/…
alban updated
7 years ago
-
![pasted image at 2016_06_28 14_28](https://cloud.githubusercontent.com/assets/14199192/16455558/0c9b9776-3e15-11e6-8b08-a252c249627f.png)
The above image shows that the actual validation of inputs ta…
-
thanks for doing this.
I noticed that it supports the 1 request, n responses pattern.
So, if i want to notify a client for whatever reason, i can use this pattern. Its basically exactly like a web…
-
Using GraphQL in a Lambda function is promising. We've reduced a REST API with many endpoints into a single endpoint Graph API connected to one Lambda. This results in less administration, less code…
-
-
[This commit](https://github.com/jersey/jersey/commit/092235f2cf967779a5499b103e2c233b3b7172b3) changed the way async requests are handled in the ClientRuntime class. In particular [this line](https:/…
-
### Bug or feature request
- [ ] Bug
- [X] Feature request
### Description of feature (or steps to reproduce if bug)
Add support for audit-trail middleware.
Can we put this in our agenda and plan…
-
[This commit](https://github.com/jersey/jersey/commit/092235f2cf967779a5499b103e2c233b3b7172b3) changed the way async requests are handled in the ClientRuntime class. In particular [this line](https:/…
-
The Java microservice which was previously handled with a REST implementation to communicate with different microservices is now to be changed to use asynchronous messaging system RabbitMQ.
-
I would like to create a the 9th session that will cover the part about Domain-Driven Design and Microservices.
I think I'll go to use these references for the main theory section:
- [Building Micros…