Skip to content

v1.1.3

Choose a tag to compare

@Yurunsoft Yurunsoft released this 02 Apr 11:49
· 28 commits to master since this release

Update Log:

Enhancement

  • Add Coding Standards php-cs-fixer

  • Add phpstan

  • Add minBytes、maxBytes、maxWait in ConsumerConfig

  • Add brokers in ConsumerConfig. The broker is alias of brokers now.

  • Add ISSUE_TEMPLATE

Optimization

  • Optimize Exception message

  • Consumer error handling rejoin

Fixed

  • Fix a possible error

  • Fix RangeAssignor and RoundRobinAssignor

  • Fix consumer when after log cleanup

  • Fix saveOffsets


更新日志:

增强

  • 增加代码标准检测 php-cs-fixer

  • 增加静态分析工具 phpstan

  • 在 ConsumerConfig 中增加 minBytes、maxBytes、maxWait

  • 在 ConsumerConfig 中增加 brokers。broker 现在是 brokers 的别名了

  • 增加 issue 提问模版

优化

  • 优化异常消息文字

  • 部分消费错误时 rejoin()

修复

  • 修复一处可能的错误

  • 修复 RangeAssignor 和 RoundRobinAssignor

  • 修复清理日志后的消费问题

  • 修复保存偏移量