bug: why traceparent metadata in the headers is not read as tracing.
When calling from an action to an entity the Create should retrieve the traceparent from the headers and join both Action.InitializeCart -> Service.Create in one trace.
Metadata is added to the headers ComponentSourceGenerator.scala and from those the traceparent should be extracted.
| return addHeaders(((${messageType.fullyQualifiedGrpcServiceInterfaceName}Client) client).$commandMethod(), metadata).invoke($paramName);
Is this different from the component to component tracing?
I found it when implementing component to component in protobuf
Also in Spring
This doesn't apply anymore.
So maybe this one is fixed as well? I even wonder if it was a duplicate.
I'd say so, yes.
Removing issues and deleting code are my favorites. I'm closing that one.