Skip to content

Commit

Permalink
fix: add query (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
crimson-gao committed Jun 13, 2024
1 parent 9237ddf commit 13f3d20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions consumer/consumer_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ func (consumer *ConsumerClient) pullLogs(shardId int, cursor string) (gl *sls.Lo
Logstore: consumer.option.Logstore,
ShardID: shardId,
Cursor: cursor,
Query: consumer.option.Query,
LogGroupMaxCount: consumer.option.MaxFetchLogGroupCount,
CompressType: consumer.option.CompressType,
}
Expand Down

0 comments on commit 13f3d20

Please sign in to comment.