João Ferreira

Results 38 comments of João Ferreira

> It looks like applying the setting also improved the plain Java benchmark so we now have a higher target to chase :) No. this was only a problem in...

Hi again, just wanted to share some details about the updated benchmark now with the right heap settings ![image](https://user-images.githubusercontent.com/943051/118819205-05bc1f80-b8ad-11eb-939b-834f23387680.png) The left side corresponds to the ServiceBuilder Executor threads, the middle...

There is some support already. See https://github.com/pseudomuto/protoc-gen-doc/tree/master/extensions/envoyproxy_validate

I think that not all validation rules are considered, but some are. An example from my project ![image](https://user-images.githubusercontent.com/943051/135296782-bc60a114-22b2-41ca-bc00-71801ea51c2f.png)

> Strange. I don't have any section called Validated Fields in my Markdown output. This was the html output... > Do you use Docker image to run the plugin. yes

@eed3si9n do you think this should be fixed by reverting the removal of TrapExit and just get rid of the `SecurityManager` usage? Or should we instruct users to use fork...

btw I released a new version of kamon-akka-grpc https://github.com/nezasa/kamon-akka-grpc/releases/tag/v0.2.0

> The lock should already be disabled since `2.0.0-RC6-7` when the progress bars are disabled (which happens when `System.console() == null` in particular, so when sbt is started with `-batch`...

@oyvindberg fantastic work, this reduced `update` from 30s to 10s in my work project. I will update the sample project with new results and try to find where other bottlenecks...

hi @raboof @jrudolph do you have any tips on how to fix this?