7.1.0-M13
Release 7.1.0-M13
You can consume all the Activiti artifacts for this release from Alfresco Nexus:
Activiti Cloud:
Activiti Core
In the milestone 7.1.0-M13 you will find the following main fixes & features:
Add support for partitioned message streams: messages used to transfer data from the runtime bundle to query and audit service can be partitioned. There will be as many instances of the consumer as the number of partitions. Each instance will consume data from a single partition. In Helm deployment, partitioning can be enabled by providing the following extra values (
partitionCount
defines how many partitions will be used and the Helm deployment will create that many replicas of query service using aStatefulSet
rather than aDeployment
):
Result of kubectl get pods
:
Add Activiti Cloud application support for Kafka binder: in addition to Rabbit MQ binder (that remains the default one), the example docker images generated by activiti-cloud-application are also embedding Kafka binder. In order to use it instead of Rabbit MQ binder, pass the following values during Helm deployment:
Result of kubectl get pods
:
Kafka or Rabbitmq message brokers can be deployed conditionally as part of Helm release using rabbitmq.enabled
or kafka.enabled
. The default values for Kafka and Rabbitmq have been set up to use message brokers provided with the Helm chart. It is possible to disable message broker deployments and use external Kafka or Rabbitmq by overriding global.kafka
or global.rabbitmq
values, i.e. global.kafka.brokers
(Multiple brokers can be provided in a comma-separated list, e.g. host1:port1,host2:port2
),global.kafka.zkNodes
(External Zookeeper nodes).
Changes from previous milestones
Last updated