Yuriy Badalyants
Yuriy Badalyants
Related issues from http4s: * https://github.com/http4s/http4s/issues/5542 * https://github.com/http4s/blaze/issues/659
Looks like this is the root cause: https://github.com/http4s/blaze/issues/659#issuecomment-1136426942
In my project in some classes I need to wrap all logger calls with `MDC.put` and `MDC.remove` calls. It would be cool if I will have a possibility to add...
I want to add a few thoughts about necessity of the `peek` method. I have a pretty complex concurrent component in my codebase which is heavily rely on a this...
@armanbilge since it's off-topic, I have hided my answer under a spoiler > If I understand your problem correctly, I think you are looking for race :) In theory it...
Is there any chances that this pr will be merged and released with the next patch version?
I'm the author of the original question on the forum and I want to add some thoughts here. Initially, I thought that if I wrap all my routes with `mapResponse`...
In case if someone needs a temporary solution: https://gist.github.com/LMnet/2be88b61078a5cc1416312850093166c
Hi @agustafson. I understand your point and agree with it. Yes, the current solution is pretty complex and low level. And I explicitly mentioned this in the [pull request](https://github.com/fd4s/fs2-kafka/pull/421): >...
> What if we convert CommitRecovery to be tagless final, so the bounds on F can be implementation-specific? It would mean you need Sync to instantiate ConsumerSettings with the default...