Emmanuel
Emmanuel
I increased the micronaut client read time to 5 mins and still I see read timeout while hitting the rest service endpoint from another browser tab which seems to indicate...
Now that the schema registry supports Json via JsonSchema I think this has become very relevant since there is no need for a schema per say to read Json data...
I think no one wants to drop the wire format per say, what this suggests is to move the schema id information to the headers with a fallback if it's...
So, we were still facing the issue. I believe that's because lots of operation are being done on the main thread(s) by akhq during a topic page view (topic listing,...
Hello @tchiotludo, what do you think if I inject an "audit sink" in each relevant controller/repository and call "save" after each operation that needs auditing: ```java public interface AuditSink {...
So, first here is a little (non-unit-tested) [MVP](https://github.com/tchiotludo/akhq/compare/dev...ebrard:akhq:feat-audit?expand=1). It seems quite straighforward. In a production critical environment, what I would do is to use a dedicated Kafka cluster for audit...