Registry / cloud / azure-messaging-eventhubs-checkpointstore-blob-cpp

azure-messaging-eventhubs-checkpointstore-blob-cpp

JSON →
library1.0.0-beta.1vcpkgunverified

Microsoft Azure Messaging Event Hubs Blob Checkpoint Store SDK for C++ providing blob-based checkpoint storage for Event Hubs.

vcpkg install azure-messaging-eventhubs-checkpointstore-blob-cpp
INSTALL
IMPORT
SIG · AZURE-MESSAGING-EV
A
azure-messaging-eventhubs-checkpointstore-blob-cpp
cloudcppv1.0.0-beta.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

azure/messaging/eventhubs/checkpointstore/blob.hpp
✓ #include <azure/messaging/eventhubs/checkpointstore/blob.hpp>

Create a blob-based checkpoint store for Event Hubs.

#include <azure/messaging/eventhubs/checkpointstore/blob.hpp> #include <iostream> int main() { auto checkpointStore = std::make_shared<Azure::Messaging::EventHubs::CheckpointStore::BlobCheckpointStore>("DefaultEndpointsProtocol=https;AccountName=...;AccountKey=...", "checkpointcontainer"); std::cout << "Blob checkpoint store created." << std::endl; return 0; }
Debug
Known issues
breakingThis SDK is in beta; API may change.
fix
Pin to a specific version and test thoroughly.
affects: >=1.0.0-beta.0 <1.0.0
Upgrade
Version history
1.0.0-beta.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
28
Resources

No resource links recorded.

azure-messaging-eventhubs-checkpointstore-blob-cpp — pip install azure-messaging-eventhubs-checkpointstore-blob-cpp · libregistry