Adam Gent

Results 165 comments of Adam Gent

Yes... sorry its a little chaotic here in the US right now (daycare cancellations etc) and I haven't had a chance to try out the change and do a PR....

I know this is an old post but I don't recommend Micrometer over Dropwizards Metrics or more so [Open Telemetry](https://github.com/open-telemetry/opentelemetry-java) or [even raw Prometheus](https://github.com/prometheus/client_java)... or yes even JMX. If one...

It is somewhat documented: https://jooby.io/#configuration-default-environment Could be better. And it is definitely documented in the Javadoc. The reason is probably to allow changing the configuration on the fly as both...

Oh should probably emphasize more that I agree with you. Let me inject a mostly postive rant: If anything I think Jooby should not be in the business of trying...

I was kind of surprised to find this as well however if you do this you have to change the API more than just returning ByteBuffer. The issue being thread...

> Would you like to do a POC with ringbuffer? I would like to see it in action. I will have to look into Netty to see what would happen...

Dumb question but why not just support https://www.reactive-streams.org/ API in core (and then later Java 9 Flow). The only reflection would be to check if you are in Java 9...

@esatterwhite If your time granularity is hourly you can just create a view that does a group by on date_trunc(date_field, 'hour'), person, sum(salary). ``` create view hourly_salary .... as select...

@EliSnow I'm curious if and when you upgrading if you see #1902 happen.

Yeah one of the reasons I picked this library is it seems updated, just the right size code base wise, and well supported. Since you guys are newer smaller library...