Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Santomaggio <g.santomaggio@gmail.com>
  • Loading branch information
Gsantomaggio committed Apr 12, 2024
1 parent e82d1e1 commit f353d84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Go client for [RabbitMQ Stream Queues](https://github.com/rabbitmq/rabbitmq-serv
* [Handle Close](#handle-close)
* [Reliable Producer and Reliable Consumer](#reliable-producer-and-reliable-consumer)
* [Super Stream](#super-stream)
[Performance test tool](#performance-test-tool)
* [Performance test tool Docker](#performance-test-tool-docker)
- [Performance test tool](#performance-test-tool)
* [Performance test tool Docker](#performance-test-tool-docker)
- [Build form source](#build-form-source)
- [Project status](#project-status)

Expand Down
3 changes: 2 additions & 1 deletion pkg/stream/super_stream_consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ type CPartitionClose struct {
}

// CPartitionContext is an interface that is used to expose partition information and methods
// to the user. The user can use the PPartitionContext to reconnect a partition to the SuperStreamConsumer
// to the user. The user can use the CPartitionContext to reconnect a partition to the SuperStreamConsumer
// Specifying the offset to start from
type CPartitionContext interface {
ConnectPartition(partition string, offset OffsetSpecification) error
}
Expand Down

0 comments on commit f353d84

Please sign in to comment.