Skip to content

Releases: adform/stream-loader

v0.2.13

04 Aug 19:57
b159faf

Choose a tag to compare

Explicitly use local FS when writing parquet files: #40

v0.2.12

03 Aug 11:26
4614fd7

Choose a tag to compare

stale watermark after partition revoked fixed

#36

v0.2.11

13 Mar 08:03
5d580fa

Choose a tag to compare

0.2.10

02 Mar 11:28
e1d66a6

Choose a tag to compare

remove metadata size histogram - #34

0.2.9

20 Feb 06:41
38cd4f0

Choose a tag to compare

Use full record range in partitioned record batch: #33

0.2.8 - Add batched record metric

17 Feb 09:11
8a9d863

Choose a tag to compare

Add batched record metric - #31

v0.2.7

16 Feb 06:47
86362b6

Choose a tag to compare

Fix recovery bug in HDFS loader - #29

v0.2.6

26 Jan 20:50
f93d288

Choose a tag to compare

#28
Reduce Kafka offset commit metadata metric size

V0.2.5

19 Jan 06:43
c37b000

Choose a tag to compare

#23

  • Kafka Metadata compression

#22

  • Bumped build to JDK 11
  • Bump all GitHub action plugins
  • Upgraded sbt, fixed all warnings in build
  • Switched to coursier
  • Upgraded s3 sdk
  • Switched to official Vertica docker image / jdbc driver, bumped them
  • Switched to bitnami/kafka docker image, removed zookeeper, moved to KRaft mode
  • Upgraded clickhouse-jdbc and switched to com.clickhouse package
  • Added support for compression in ClickHouse
  • Switched from TrieMap to mutable.HashMap in all single-threaded code
  • Reverted to the watermark.delay.ms metric instead of watermark.ms
  • Made internal Metrics objects private

Download: https://search.maven.org/artifact/com.adform/stream-loader-hadoop_2.13/0.2.5/jar

v0.2.4

15 Dec 05:21
04730b5

Choose a tag to compare

Fix partition assignment bug and refactor.