Adding AOP in an external library for a Quarkus service
The goal is to develop an annotation that marks certain functions to execute predefined logic via an Interceptor such as adding a correlationId to the MDC. I also want to place the code in a shared library so it can be used across multiple services.
[Read More]