Skip to content

Release v2.1.6

Choose a tag to compare

@limingxinleo limingxinleo released this 08 Feb 06:27
32979f2

Fixed

  • #3233 Fixed connection exhausted, when connect amqp server failed.
  • #3245 Fixed autoCommit does not works when you set false for hyperf/kafka.
  • #3255 Fixed bug that defer cannot be triggered in nsq consumer.

Optimized

  • #3249 Optimized hyperf/kafka which won't make a new producer to requeue message.

Removed

  • #3235 Removed rebalance check, because longlang/phpkafka checked.