mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
In pulsar-client-go v0.12, `Consumer.Seek()` **includes** the message at the seek position by default. However, in v0.17+, the default behavior changed to **exclude** the seek position message. This commit explicitly sets `StartMessageIDInclusive=true` when creating pulsar consumers to ensure consistent seek behavior and prevent potential message loss after upgrading the Pulsar client library. issue: https://github.com/milvus-io/milvus/issues/46589 pr: https://github.com/milvus-io/milvus/pull/46501 Signed-off-by: bigsheeper <yihao.dai@zilliz.com>