codingchili / chili-core

Reactive framework for creating transport & storage-transparent microservices with Vert.x
https://codingchili.github.io/chili-core/
MIT License
14 stars 5 forks source link

Move the blocking log operation to executor thread #284

Open Arooba-git opened 1 year ago

Arooba-git commented 1 year ago

Hi! :) Apparently the logging module has a blocking call that is executed on event loop (detected by BlockHound).

Screen Shot 2023-07-14 at 4 12 26 PM

This PR fixes the call so the pipeline remains reactive.