Stephan Behnke

Results 47 issues of Stephan Behnke

## What changed? (1) Separated persistence's serialization from the data encoding type; extracted `Codec` for both JSON and proto3. (2) Allow overriding the codec via env var, it allows to...

codex

**What this PR does**: Adds a `Stop` method to `app.App`. **Which issue(s) this PR fixes**: see https://github.com/grafana/tempo/discussions/5225 tl;dr it's helpful when embedding Tempo inside a Go application to be able...

## What changed? Consolidate DataBlob `Serializer` mechanics. All calls go through the `Serializer` and not standalone functions anymore. ## Why? Refactoring to allow swapping out the default PROTO3 encoding type...

## What changed? Right now, `TEMPORAL_DEBUG` is build tag that multiplies selected timeouts with `100` to give more time to debug an issue when running tests. This PR - changes...

stale

I've noticed that my test summary looked like this ([link](https://github.com/temporalio/temporal/actions/runs/11584754730?pr=6594)): It's because the XML looks like this: ``` === RUN TestActivityTestSuite/TestActivityHeartBeatWorkflow_Success
 functional_test_base.go:235: Running TestActivityTestSuite/TestActivityHeartBeatWorkflow_Success in test shard 2/3
2024-10-30T00:42:34.206Z	info	StartWorkflowExecution	{"wf-run-id": "92cb9ee1-3aa5-43d9-8955-1474dbfc363e", "logging-call-at":...

Thank you for this library! I'd love to use but the way randomness is handled isn't quite working for me. Example: ``` func Adverb() string { return adverbs[rand.Intn(len(adverbs))] } ```...

## What was changed ## Why? ## Checklist 1. Closes 2. How was this tested: 3. Any docs updates needed?