Releases: camunda-community-hub/zeebe-hazelcast-exporter
Releases · camunda-community-hub/zeebe-hazelcast-exporter
Zeebe Hazelcast Exporter 0.9.1
Changelog
- (connect/java) improve error handling in the client when reading from a ring-buffer (#71)
- (deps) bump
zeebe-bom
from0.23.1
to0.24.2
- (deps) bump
hazelcast
from4.0.1
to4.0.2
Zeebe Hazelcast Exporter 0.9.0
Zeebe Hazelcast Exporter 0.9.0-alpha1
Changelog
- export records to a remote Hazelcast instance (#42)
Zeebe Hazelcast Exporter 0.8.0
Changelog
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
Zeebe Hazelcast Exporter 0.8.0-alpha1
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
Zeebe Hazelcast Exporter 0.7.0
Changelog
- migrate to Zeebe 0.22.0
- migrate to Zeebe Exporter Protobuf 0.9.0
Zeebe Hazelcast Exporter 0.6.0
Changelog
- migrate to Zeebe 0.21.0-alpha1
- migrate to Zeebe Protobuf 0.8.0
Zeebe Hazelcast Exporter 0.5.0
Changelog
- add config option to not update the exporter position
- migrate to Zeebe 0.20.0
Zeebe Hazelcast Exporter 0.4.0
Changelog
- export all records depending on the configuration
- configure Hazelcast port
- simplify Java connector