Skip to content

Releases: JeffersonLab/epics2kafka

v2.0.0

02 Aug 21:12
Compare
Choose a tag to compare
  • Bump deps
    • JCA to v2.4.8
    • Kafka to v3.5.0
  • Integration tests now run from outside of Docker network
  • Dropped ZooKeeper
  • Now using Bitnami Docker image for Kafka
  • Now publishing to jeffersonlab DockerHub namespace

v1.9.0

25 May 19:32
Compare
Choose a tag to compare
  • Don't distribute "provided" jars (#10)
  • Connect topics creation now explicit (#11)
  • Concurrent state snapshot handling updated (741d6fb)

v1.8.0

16 May 17:13
Compare
Choose a tag to compare

v1.7.1

02 May 14:58
Compare
Choose a tag to compare
  • Docker build updated (curl instead of wget with updated Debezium image)

v1.7.0

02 May 14:40
Compare
Choose a tag to compare
  • Bump Kafka to 3.1.0 (Debezium 1.9.2)

v1.6.0

13 Apr 21:27
Compare
Choose a tag to compare
  • EPICS Channel errors handled more gracefully (Fixes #7)
  • Integration tests now use snapshot instead of fixed version
  • Bump compile-time and test-time dependencies

v1.5.0

04 Apr 14:57
Compare
Choose a tag to compare

Added support for Java Channel Access (JCA) configuration options (Fixes #8):

  • auto_addr_list
  • connection_timeout
  • repeater_port
  • max_array_bytes
  • thread_pool_size

Upgrade Note: The default for auto_addr_list is now "true" to be consistent with JCA. It was previously hard-coded as "false".

v1.4.0

10 Mar 20:44
Compare
Choose a tag to compare
  • Bump debezium container to v1.8.1 (Kafka 3.0.0)
  • Bump confluent libs to v7.0.1 (Kafka 3.0.0)

v1.3.0

21 Feb 20:51
Compare
Choose a tag to compare
  • Build tools updated to Gradle 7.4 and Java 17 (still compiling down to Java 8)
  • Debugging logging updated
  • Connect server system time now used for source offset (in case IOC timestamps are untrustworthy) - timestamp metadata still from IOC though.
  • Added new integration test for "fast" updates
  • Updated docker strategy

v1.2.0

13 May 16:44
Compare
Choose a tag to compare
  • Bump Kafka dependencies to latest Kafka 1.6 series