Johannes Edmeier

Results 60 comments of Johannes Edmeier

Imho it's also worthy for collecting metrics on sessions: We want to collect session data (active count) on all of our instances and aggregate it in our monitoring. But the...

Imho it is quite a common practice to have logs in json format, so it can be easily digested by logstash, graylog, splunk, etc. I think would be nice If...

I wonder if that's still on the roadmap. Using the UUIDConverter all over the place is also bad for performance reasons: When not passing in a UUID, every time it...

Ok missed that in the docs. But I wonder if things can be improved? And also `spring-boot-sample-cache` should make use of the `CacheMetricsRegistrar` option (which it currently doesn't). I'd volunteer...

I guess this describes the culprit with the compression: https://github.com/expressjs/compression#server-sent-events Is there a way to eagerly flush the response after each chunk recieved?

> On the other hand, if you have several instances of your application, all those `PostgresSubscribableChannel` are going to receive a notification according to the Postgres protocol. Having multiple instances...

> It is not correct to assume that we can notify with any arbitrary data. >See docs for that NOTIFY feature: https://www.postgresql.org/docs/current/sql-notify.html. as long as we can serialise it into...

> Not sure that this should be configurable, but you change the timeout and check if bigger value works with your system. We're running this on GitHub hosted runners so...

Ah btw: the github runner have the hardware acceleration: https://github.blog/changelog/2023-02-23-hardware-accelerated-android-virtualization-on-actions-windows-and-linux-larger-hosted-runners/

@mp911de Let me know if you'd accept [PR #4129 on this, which basically checks the hibernate type registry for basic types](https://github.com/spring-projects/spring-data-jpa/pull/4129). This solves [the problem I've reported as duplicate #4128](https://github.com/spring-projects/spring-data-jpa/issues/4128)....