Philippus Baalman
Philippus Baalman
Anyone any insights how we should fix this?
For me `mkString` is an alias to `toString`, so not sure if that will help. But, replacing the whole method with `BulkBuilderFn(bulk).mkString("", "\n", "\n")` seems to work fine. Do you...
My PR is in release 8.14.0, so you can try it out.
I'm getting this issue now with Pekko 1.1.0.
I think it's related to inlining. This commit still works: https://github.com/apache/pekko/commit/d829637ef28c5adcc88e2e97d13c15a5b11162cf. This one doesn't: https://github.com/apache/pekko/commit/0f1db5301ed87fea39ab331b5bce88022ccb54da. And if I disable inlining with the `pekko.no.inline` setting and compile pekko it works. I'm...
> > I think it's related to inlining. This commit still works: [apache/pekko@d829637](https://github.com/apache/pekko/commit/d829637ef28c5adcc88e2e97d13c15a5b11162cf). This one doesn't: [apache/pekko@0f1db53](https://github.com/apache/pekko/commit/0f1db5301ed87fea39ab331b5bce88022ccb54da). And if I disable inlining with the `pekko.no.inline` setting and compile pekko it...
Is this a bug in Kamon, or a bug in Pekko ?
Indeed this will not be a change that can be merged without a major version bump. I can make an RC release or something like that if that is handy...
I will try to look into it soon, have to find some time.
With Elasticsearch 9.0 around the corner, we have a chance to make big changes and keep the elastic4s version number aligned with Elasticsearch. I can create a `series/9.x` branch in...