소스 검색

docs: add changelog

Zaiming (Stone) Shi 2 년 전
부모
커밋
81340edbca
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      changes/ce/fix-10462.en.md

+ 4 - 0
changes/ce/fix-10462.en.md

@@ -0,0 +1,4 @@
+Deprecate config `broker.shared_dispatch_ack_enabled`.
+This was designed to avoid dispatching messages to a shared-subscription session which has the client disconnected.
+However since v5.0.9, this feature is no longer useful because the shared-subscrption messages in a expired session will be redispatched to other sessions in the group.
+See also: https://github.com/emqx/emqx/pull/9104