Skip to content

Commit

Permalink
Update jetstream/stream.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tomasz Pietrek <[email protected]>
  • Loading branch information
piotrpio and Jarema authored Jan 29, 2025
1 parent 326f2b4 commit 5197682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jetstream/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ type (
// consumer (e.g. fetch messages).
CreateOrUpdatePushConsumer(ctx context.Context, cfg ConsumerConfig) (PushConsumer, error)

// CreateConsumer creates a push consumer on a given stream with given
// CreatePushConsumer creates a push consumer on a given stream with given
// config. If consumer already exists and the provided configuration
// differs from its configuration, ErrConsumerExists is returned. If the
// provided configuration is the same as the existing consumer, the
Expand Down

0 comments on commit 5197682

Please sign in to comment.