roadSurfer

Results 40 comments of roadSurfer

Unfortunately @chengchen's code is no longer visible/available, so it's not possible for me to see how they solved the problem. I can follow the code [here](https://github.com/jaegertracing/jaeger-client-java/blob/master/jaeger-core/README.md) which lets me log...

This would appear to be the underlying issue: https://github.com/edenhill/kafkacat/issues/86

Is this the same (or releated to) #1513?

I have just had to work around this problem, luckily on a test system so I was able to experiment. I had to: 1. Delete the errant connector 2. Ensure...

I've written an SMT that can replace the `\u0000` with another configured character (such as `\ufffd`) or nothing. It's currently proprietary, but if I can commit the code back/release it...

Yes, I have an updated example here: https://github.com/roadSurfer/StripUnicodeNullTransform It's little more than a clone of @cyberjar09's with some extra flexibility and changes based on SonarLint reports. We actually ditched the...

We just hit (and resolved) an issue with the symptom; we be left with the `process_profiler` spamming the console with status tables until GitLab kills the process. The source had...

**Note:** Merges done using [cyclonedx-cli image 0.24.2](https://hub.docker.com/r/cyclonedx/cyclonedx-cli/tags) If I run a heirarchical merge of Springoot JAR (cyclonedx-maven-plugin) and Docker image (Syft, via `docker sbom`) SBoMs explicitly setting `--group FOO --name...

You got the full, deep dependency graph and not just the initial level?

OK, seems like you got much futher. I'll try and follow your steps to see if I can make it work.