Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

0.162.3

Compare
Choose a tag to compare
@svc-autorelease svc-autorelease released this 18 Oct 14:06
· 3205 commits to develop since this release
50c3038
Type Description Link
Improvement Added gzip compression support to the stream store. To use specify .compressStreamInClient(StreamCompression.GZIP) on your StreamStoreDefinitionBuilder in your schema.

The following limitations must be considered when using or changing compression on a pre-existing stream store:
- You cannot add any form of compression to a stream store that is currently not compressed
- You can freely switch between compression types of stream stores that are already compressed
#4311