Skip to content

Releases: camunda-community-hub/zeebe-hazelcast-exporter

Zeebe Hazelcast Exporter 0.9.1

04 Sep 11:54
Compare
Choose a tag to compare

Changelog

  • (connect/java) improve error handling in the client when reading from a ring-buffer (#71)
  • (deps) bump zeebe-bom from 0.23.1 to 0.24.2
  • (deps) bump hazelcast from 4.0.1 to 4.0.2

Zeebe Hazelcast Exporter 0.9.0

10 May 09:19
Compare
Choose a tag to compare

Changelog

⚠️ Older versions of the Java connector are not compatible with the new exporter.

  • allow exporting records to a remote Hazelcast instance (#42)
  • (deps) dump hazelcast from 3.12.6 to 4.0.1 (#47)

Zeebe Hazelcast Exporter 0.9.0-alpha1

24 Apr 14:17
Compare
Choose a tag to compare
Pre-release

Changelog

  • export records to a remote Hazelcast instance (#42)

Zeebe Hazelcast Exporter 0.8.0

13 Apr 19:55
Compare
Choose a tag to compare

Changelog

⚠️ Older versions of the Java connector are not compatible with the new exporter.

Exporter

  • export records to one Hazelcast ringbuffer instead of multiple topics
  • change Protobuf serialization format: records are wrapped in a generic record (i.e. any type)
  • add an option to serialize the records as JSON instead of Protobuf
  • export all records and value types by default (#35)
  • can override configuration by environment variables
  • (deps) bump zeebe-exporter-protobuf from 0.9.0 to 0.11.0

Connector-Java

  • read records from one ringbuffer instead of multiple topics

Zeebe Hazelcast Exporter 0.8.0-alpha2

02 Mar 23:40
Compare
Choose a tag to compare
Pre-release

Changelog

  • (exporter): export all records and value types by default (#35)
  • (exporter): can override configuration by environment variables
  • (connector-java): register a post-process listener (#34)

Zeebe Hazelcast Exporter 0.8.0-alpha1

17 Feb 14:21
Compare
Choose a tag to compare
Pre-release

Changelog

  • switch from Hazelcast topic to ringbuffer
  • change Protobuf serialization format (records are wrapped in a generic record - any type)
  • add option to serialize the records as JSON instead of Protobuf (exporter side only)
  • change Java connect API to read from ringbuffer
  • (deps) bump zeebe-exporter-protobuf from 0.9.0 to 0.11.0

⚠️ Older Java connect versions are not compatible with the new exporter.

Zeebe Hazelcast Exporter 0.7.0

13 Jan 13:56
Compare
Choose a tag to compare

Changelog

  • migrate to Zeebe 0.22.0
  • migrate to Zeebe Exporter Protobuf 0.9.0

Zeebe Hazelcast Exporter 0.6.0

20 Aug 06:12
Compare
Choose a tag to compare

Changelog

  • migrate to Zeebe 0.21.0-alpha1
  • migrate to Zeebe Protobuf 0.8.0

Zeebe Hazelcast Exporter 0.5.0

16 Jul 13:30
Compare
Choose a tag to compare

Changelog

  • add config option to not update the exporter position
  • migrate to Zeebe 0.20.0

Zeebe Hazelcast Exporter 0.4.0

04 Jul 07:59
Compare
Choose a tag to compare

Changelog

  • export all records depending on the configuration
  • configure Hazelcast port
  • simplify Java connector