Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[C++] Expose ZSTD and Snappy compression to C API (apache#7014)
### Motivation I'd like to be able to use zstd and/or Snappy compression with the C API, so I've added them to the `pulsar_compression_type` enum. ### Modifications I've added `pulsar_CompressionZSTD` and `pulsar_CompressionSNAPPY` to `pulsar_compression_type`
- Loading branch information