2313

The Grainite 2313 release is a limited production ready (PR) release meant for Grainite Design Partners. This release is suitable for continued application development, production deployments and creation of operational practices for Grainite Clusters.

NOTE: When upgrading an existing cluster to 2313, please follow the special instructions as version 2313 includes configuration changes.

New Features:

  • Tasks (Early Access)

    • Tasks are user-provided code that is executed on a continuous basis. Unlike Action Handlers that are triggered by an external event or stimulus (e.g. an API invocation, a Topic Event, or a Grain-to-Grain Message), Tasks are continuously scheduled. Tasks are especially useful when repeated work needs to be done. As an example, a task can be created for reading from a passive data source like a database or a Kafka topic. A more detailed description can be found in the Conceptual Model, and API documentation is available in our javadocs.

Fixes:

  • Stability and performance fixes.

Last updated