Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

divolte-collector-0.7.0

Compare
Choose a tag to compare
@asnare asnare released this 13 Apr 12:29
· 460 commits to master since this release

The main changes in this release relative to 0.6.0 are:

  • Support for Google Pub/Sub as a real-time sink.
  • Reliability improvements for the Google Cloud Storage sink. Writes that fail due to a transient error are now retried.
  • Support for Confluent-compatible messages on Kafka sinks. Kafka sinks can now be configured with the pre-registered identifier for the schema and messages will be formatted to include the Confluent header. For now we still require that all mappings for a Kafka sink use the same schema.
  • Some minor fixes to ensure Divolte runs on the Java 9 JVM.