Skip to content

Commit

Permalink
fix: fix 923 (#924)
Browse files Browse the repository at this point in the history
Remove the outdated interface description of SeekByTime. More details here #923.
  • Loading branch information
Gleiphir2769 authored Dec 23, 2022
1 parent d92fb14 commit 1d3499a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pulsar/consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down

0 comments on commit 1d3499a

Please sign in to comment.