Ziggurat Versions Save

A stream processing framework to build stateless applications on Kafka

v4.10.0

5 months ago
  • Integrated prometheus client for metrics reporting
  • Users can now choose from StatsD or Prometheus for reporting metrics
  • Metrics will be exposed in :{8002 | port}/metrics endpoint

4.9.4

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/gojek/ziggurat/compare/v4.9.3...4.9.4

4.9.2

1 year ago
  • Updates the Kafka streams and Kafka client to 2.8.2

4.9.1

1 year ago
  • Adds graceful shutdown to the http server

4.9.0

1 year ago
  • Improvises the publishing logic during consumption via subscribers.
  • Upgrades the state management for rabbitmq subscribers.

4.4.0

2 years ago
  • Allows channel mapper to push to dead letter queue

4.3.1

2 years ago
  • Fixes the stop order of components to facilitate graceful shutdown of business operations

4.3.0

2 years ago
  • Update on the Upgrade Guide document
  • Removed the flatland dependency
  • Allow handler function to push to dead letter queue

4.2.0

2 years ago
  • Adds support for structured logging in JSON format
  • Adds support for structured loggign in Text format

3.14.0

2 years ago
  • Upgrade kafka-streams library to 2.8.0
  • Removal of state stores
  • Version upgrade of numerous dependencies
  • Refactoring of test configuration files