From 1d3499a18d526b4b1aef0bdbbc54ac812b8ae0c0 Mon Sep 17 00:00:00 2001 From: Jiaqi Shen <18863662628@163.com> Date: Fri, 23 Dec 2022 15:13:04 +0800 Subject: [PATCH] fix: fix 923 (#924) Remove the outdated interface description of SeekByTime. More details here #923. --- pulsar/consumer.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pulsar/consumer.go b/pulsar/consumer.go index 0a515e0121..0e89fc0cb3 100644 --- a/pulsar/consumer.go +++ b/pulsar/consumer.go @@ -267,9 +267,6 @@ type Consumer interface { // SeekByTime resets the subscription associated with this consumer to a specific message publish time. // - // Note: this operation can only be done on non-partitioned topics. For these, one can rather perform the seek() on - // the individual partitions. - // // @param time // the message publish time when to reposition the subscription //