chenjing1294 commented on issue #11190: URL: https://github.com/apache/pulsar/issues/11190#issuecomment-1409957098
Add the following dependencies to support message compression: ``` <PackageReference Include="DotNetZip" Version="1.16.0" /> <PackageReference Include="IronSnappy" Version="1.3.1" /> <PackageReference Include="K4os.Compression.LZ4" Version="1.3.5" /> <PackageReference Include="ZstdNet" Version="1.4.5" /> ``` Please close this issue promptly -- 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]
