thompson-tomo opened a new issue, #996: URL: https://github.com/apache/rocketmq-clients/issues/996
### Before Creating the Enhancement Request - [x] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Programming Language of the Client C# ### Summary The current library is a monolithic library with a number of dependencies which aren't always needed. if the library was split it would enable more efficient expansion. ### Motivation I want to be able to have a library which handles rocketmq messages without needing to take on a dependency of the entire library which also includes otel & much more ### Describe the Solution You'd Like A seperate nuget package is released RocketMQ.Client.Abstractions which contains the basic classes for messages & any public interfaces which could be implanted by others. ### Describe Alternatives You've Considered Allow bloating of third party libraries with un-necessary dependencies ### Additional Context _No response_ -- 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]
