Loïc GREFFIER
Loïc GREFFIER
Micronaut 4 comes with its [own serialization framework](https://micronaut-projects.github.io/micronaut-serialization/latest/guide) which reduces memory footprint and improves safety compared to [Jackson](https://github.com/FasterXML/jackson), which is currently uses in Ns4Kafka and was pulled by default before...
User settings are saved in DB, so the user needs to be logged in to see settings applied. Settings should be cookies or stored in local storage
**Is your feature request related to a problem? Please describe.** Let the opportunity to the users to override the CSS of a widget **Describe the solution you'd like** Add a...
**Kstreamplify** is providing the necessary parameters to configure the `application.server` property required to implement interactive queries. Unfortunately, Kstreamplify does not provide anything to simplify the implementation of interactive queries. The...
Some production error or deserialization error can be retriable. The production error handler and the deserialization error handler should handle these errors.
### Module Kafka ### Testcontainers version 1.19.8 ### Using the latest Testcontainers version? Yes ### Host OS Windows (WSL2) ### Host Arch x64 ### Docker version ```shell Client: Docker Engine...
This PR is part of KAFKA-16448 which aims to bring a ProcessingExceptionHandler to Kafka Streams in order to deal with exceptions that occur during processing. This PR actually catches processing...