Skip to content

v1.2.5 (includes v2.1.4)

Latest
Compare
Choose a tag to compare
@jnmoyne jnmoyne released this 19 Nov 01:33
ce1f2b9

Now includes a new implementation of a Spark connector that while initially based on the v1 (balanced) connector is now different enough to warrant a separate directory in the repository named 'v2' to distinguish it from the existing 'balanced' connector. The initial version of that connector being released is version 2.1.4. Both v1 and v2 are being maintained (unlike the connector located in the 'archived' directory) and the fact the new connector is dubbed 'v2' doesn't mean that you need to upgrade from the latest version of 'v1' if it is working for you (for example 'v2' is currently slower than 'v1').

v1.2.5

  • Fixes a slow memory leak, is it highly recommended that you upgrade to this version ASAP, especially if you are seeing memory usage growth for the connector over time.

v2.1.4 (initial public release)

  • This 'v2' connector takes a different approach at mapping JetStream streams (which are partition-less) to partitions (that Spark expects), and as such presents different throughput and latency profiles.