Skip to content

v1.2.2

Compare
Choose a tag to compare
@jnmoyne jnmoyne released this 05 Feb 23:35
· 19 commits to main since this release
b1d44bf

Adds support for compressed payload to the source:

  • The source configuration optional parameter "nats.storage.payload-compression" specifies the compression type to be used to decompress the payload of the message. Currently supported values are: "zlib" (plus "uncompressed" and "none"). If the payload of a particular message cannot be decompressed, it is then passed on as-is.

Improve handling of possible underlying connectivity issues.

Use fast binding when subscribing to the consumer to remove the requirement on the $JS API Stream info subject being exported when sourcing and using an existing durable consumer imported from another account.