Maido
Maido
Just fyi not an issue for me personally anymore, since using full Modulith instead of events only is not an issue actually
Any plans on fixing this?
We tried this but this doesn't help, it looks like it does not change the correct buffer length (buffer was set to 1000KB) With the changes applied we still get...
Hi, thanks for checking, I'll try to put something together soon.
I'll try to put something together today
Unfortunately I didn't manage to put together a proper test application, but I did find out what was the cause of the issue: we had a WebMvcConfigurer defined as ```...
Thanks! With the end goal of having a thermostat, I'm just wondering if creating a device would help here? I don't know much about HA internals, but to define a...
Adding `PGSSLCERT=/tmp/postgresql.crt` env variable allows me to make backups again.
Thanks, but changing files is not something that we want to do in our environment (some discussion here https://github.com/nordic-institute/X-Road/discussions/2396) so I'll go with the env variable for now.
My specific use case was that `@VaadinService` does not work on Kotlin code so I added the annotations to Java interfaces which I implemented using Kotlin. We already moved away...