I want to have centralised logging for requests and responses in my REST API on Spring WebFlux with Kotlin. So far I\'ve tried this approaches
@Bean fun apiR
Here is the GitHub Repo with complete implementation to log both request and response body along with http headers for webflux/java based application...