The following code doesnt work in 0.33 from the examples
tracer.extract(Format.Builtin.HTTP_HEADERS, new TextMapExtractAdapter(headers));
This is because TextMapExtractAdapter no longer implements TextMap in 0.33. So what is the alternate code in 0.33 ?
The following code doesnt work in 0.33 from the examples
tracer.extract(Format.Builtin.HTTP_HEADERS, new TextMapExtractAdapter(headers));
This is because TextMapExtractAdapter no longer implements TextMap in 0.33. So what is the alternate code in 0.33 ?