This commit is contained in:
Wes Haggard 2023-03-20 11:13:35 -07:00 коммит произвёл GitHub
Родитель f1b6506b2d
Коммит a9a5c0e091
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -157,5 +157,5 @@ entries:
- Adding in the new Processor type, which can be used to do distributed (and load balanced) consumption of events, using a
CheckpointStore. The built-in checkpoints.BlobStore uses Azure Blob Storage for persistence. A full example is
in [example_processor_test.go](https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/messaging/azeventhubs/example_processor_test.go).
in [example_processor_test.go](https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/messaging/azeventhubs/example_consuming_with_checkpoints_test.go).

Просмотреть файл

@ -218,7 +218,7 @@ entries:
- ProcessorOptions.OwnerLevel has been removed. The Processor uses 0 as the owner level.
- Uses the public release of `github.com/Azure/azure-sdk-for-go/sdk/storage/azblob` package rather than using an internal copy.
For an example, see [example_processor_test.go](https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/messaging/azeventhubs/example_processor_test.go).
For an example, see [example_processor_test.go](https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/messaging/azeventhubs/example_consuming_with_checkpoints_test.go).
#### Features Added