-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Compression Codecs for sub-entry #59
Comments
Hi! I looked at an example, but there was a question. Dependencies for new codecs (wrappers over calls) should be included in the current project or go independently - a separate project including the main one or its part with interfaces? As far as I understand the rabbitmq-dotnet-client project follows the principle of the minimum number of dependencies |
We don't want to add external dependencies. So the idea is to write the example, then it is up to the user to decide to add the dependency. So you write your codec then add it with:
|
That is, no need to integrate the codec into the library, but only to prepare examples. Need something like a documentation page (section in README.md)? |
yes, maybe create a directory |
By default client Support
None
andGZIP
.We need to provide the examples for:
as external codec to be compatible with:
The text was updated successfully, but these errors were encountered: