Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Sep 18, 2024
1 parent e604f23 commit 6775987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
### Breaking Changes

- Experimental checkpointing metrics are no longer reported by this package. They've been moved to `azure-messaging-eventhubs` package.
([#38899](https://github.com/Azure/azure-sdk-for-java/pull/38899))

### Bugs Fixed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ public IterableStream<PartitionEvent> receiveFromPartition(String partitionId, i
}

if (consumer.isV2()) {
// Sync receiver instrumentation is implemented in the SynchronousReceiver class
// Sync receiver instrumentation is implemented in the SynchronousPartitionReceiver class
return syncReceiver.receive(partitionId, startingPosition, receiveOptions, maximumMessageCount,
maximumWaitTime);
}
Expand Down

0 comments on commit 6775987

Please sign in to comment.