Comments on: Reactive Logging With Spring WebFlux and Logstash https://piotrminkowski.com/2019/10/15/reactive-logging-with-spring-webflux-and-logstash/ Java, Spring, Kotlin, microservices, Kubernetes, containers Wed, 03 May 2023 23:27:09 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: piotr.minkowski https://piotrminkowski.com/2019/10/15/reactive-logging-with-spring-webflux-and-logstash/#comment-1963 Wed, 03 May 2023 23:27:09 +0000 https://piotrminkowski.wordpress.com/?p=7346#comment-1963 In reply to sowmyapsg.

It is reactive programming. Another concept than multithreading. By default, the number of threads is calculated basing on the CPU

]]>
By: sowmyapsg https://piotrminkowski.com/2019/10/15/reactive-logging-with-spring-webflux-and-logstash/#comment-1940 Mon, 17 Apr 2023 11:00:42 +0000 https://piotrminkowski.wordpress.com/?p=7346#comment-1940 This works for a single thread, but how to achieve this in multithreading

]]>
By: piotr.minkowski https://piotrminkowski.com/2019/10/15/reactive-logging-with-spring-webflux-and-logstash/#comment-1030 Sat, 27 Feb 2021 22:53:17 +0000 https://piotrminkowski.wordpress.com/?p=7346#comment-1030 In reply to Rajdeep.

Thanks 🙂

]]>
By: Rajdeep https://piotrminkowski.com/2019/10/15/reactive-logging-with-spring-webflux-and-logstash/#comment-1025 Thu, 25 Feb 2021 08:16:01 +0000 https://piotrminkowski.wordpress.com/?p=7346#comment-1025 Awesome!

]]>
By: Piotr MiƄkowski https://piotrminkowski.com/2019/10/15/reactive-logging-with-spring-webflux-and-logstash/#comment-709 Tue, 19 May 2020 20:48:38 +0000 https://piotrminkowski.wordpress.com/?p=7346#comment-709 In reply to Bharathi Kumar K.

Hi. Probably there’s such option, but I didn’t implement it

]]>
By: Bharathi Kumar K https://piotrminkowski.com/2019/10/15/reactive-logging-with-spring-webflux-and-logstash/#comment-708 Tue, 19 May 2020 20:25:18 +0000 https://piotrminkowski.wordpress.com/?p=7346#comment-708 Hi, Are there options for request decryption & response encryption on the filter layer?

]]>
By: Piotr MiƄkowski https://piotrminkowski.com/2019/10/15/reactive-logging-with-spring-webflux-and-logstash/#comment-707 Tue, 28 Apr 2020 22:28:47 +0000 https://piotrminkowski.wordpress.com/?p=7346#comment-707 In reply to dkhodyrev.

Hi. Maybe it should be fix. Can you propose change in github or maybe add an issue there?

]]>
By: Piotr MiƄkowski https://piotrminkowski.com/2019/10/15/reactive-logging-with-spring-webflux-and-logstash/#comment-706 Tue, 28 Apr 2020 22:28:07 +0000 https://piotrminkowski.wordpress.com/?p=7346#comment-706 In reply to Mo.

Yes, you may be right. Can you add such issue to github?

]]>
By: Mo https://piotrminkowski.com/2019/10/15/reactive-logging-with-spring-webflux-and-logstash/#comment-705 Tue, 07 Apr 2020 09:27:40 +0000 https://piotrminkowski.wordpress.com/?p=7346#comment-705 Can you please explain the use of MDC here? I see it’s used only to set 2 values at the beginning, which imo are not accurate due to the fact that this is related to the threadlocal and not to the Publisher context. Am I wrong?

]]>
By: dkhodyrev https://piotrminkowski.com/2019/10/15/reactive-logging-with-spring-webflux-and-logstash/#comment-704 Wed, 01 Apr 2020 15:35:38 +0000 https://piotrminkowski.wordpress.com/?p=7346#comment-704 Why you create RequestLoggingInterceptor and ResponseLoggingInterceptor for every request?

]]>