Hello all,
I found that we cannot pass some custom tags via TracingKafkaUtils.buildAndInjectSpan method, which we usually need when using this library, so we end up writing our wrapper class with the needed method to add the tags.
Is there another way to pass custom tags to spans created with this class?
and in case you think it is a useful feature that can be added to the library, I intend to contribute by adding another variation of buildAndInjectSpan method with additionalTags parameter.