Kris

Results 1 comments of Kris

Hello there is a simple solution to this issue: ``` @Configuration public class LogbookConfiguration { @Bean public Sink defaultSink(RequestResponseJsonFilter filter, HttpLogFormatter formatter, Set messageBodyDecoders) { Map messageBodyDecodersByEncodingType = messageBodyDecoders.stream() .collect(Collectors.toMap(MessageBodyDecoder::encodingType,...