zeebe 0.23.1 变动说明

zeebe 0.23 开始的变动是很大的,从运行配置以及底层存储模型上,以下是一个简单的说明

变动

  • 配置管理 
    基于yaml 的格式,废弃基于toml的格式(官方任务费事复杂(好像也是))
  • json path 的替换 
    官方使用feel 表达式替换了zeebe 原有的json path,还好官方也提供了迁移工具
  • spring boot starter 更友好了 
    spring boot starer 使用上,更符合spring boot的开发模式了,这个很不错
  • snapshot 格式变动 
    官方的说法是以前版本对于实现台混乱,为了后期的兼容统一了snapshot格式的处理(底层存储变动是有点大,好几次了。。。)
  • 健康检查endpoint 
    默认zeebe提供了一个http://zee-broker:9600/ready 的ready 检查endpoint,但是为了监控集群(注意是单个broker的)提供了http://zeebe-broker:9600/health
  • 提供了更好的metrics 
    zeebe 提供了新的prometheus 的metrics,同时提供了一个官方的dashboard 的json(终于有官方的了)
  • Zeebe Modeler 
    这个算是很不错了,直接支持部署创建的wokrflow了(很棒)
  • Operate 
    更好的操作(这个可以不用太关注了,毕竟我们不能生产使用的,可以了解下)

说明

总之zeebe 从周边以及稳定性上是越来越好了,比较期待底层的核心实现能够统一,稍变动,同时支持迁移(不然版本变动太被动了)

参考资料

https://zeebe.io/blog/2020/04/zeebe-operate-023-release/ 
https://camunda.github.io/feel-scala/ 
https://docs.zeebe.io/operations/health 
https://docs.zeebe.io/operations/metrics.html 
https://github.com/zeebe-io/spring-zeebe 
https://github.com/zeebe-io/zeebe/tree/4d7a8abfd9d34b942b85d3515722fbde906e84a9/monitor

原文地址:https://www.cnblogs.com/rongfengliang/p/12777373.html