wallezhang commented on issue #8175: URL: https://github.com/apache/skywalking/issues/8175#issuecomment-980633647
> Generally, unless they are really common, we don't recommend adding this kind of package. > This is not about technology, just because users may ignore this package should br included, or confuse about when should exclude, which could cause false bug report. The only difference between v2.7 and v2.8 is the logic of adding properties on the producer side. On version 2.7.x we can add properties by `MessageMetadata.Builder` class, but the class was removed on version 2.8, so we should use other method to add properties. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
