Skip to content

Zeebe Hazelcast Exporter 0.8.0

Compare
Choose a tag to compare
released this 13 Apr 19:55

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