Re: Azure event hub checkpointing with Qpid proton C++ API

2021-09-22 Thread Gordon Sim
On Wed, Sep 22, 2021 at 8:11 PM Adrian Florea wrote: > You can take a look at: > > https://azure.github.io/amqpnetlite/articles/azure_eventhubs.html > > Look at the "Filter" section. For an example of setting a filter with proton c++:

Re: Azure event hub checkpointing with Qpid proton C++ API

2021-09-22 Thread Adrian Florea
Hi, You can take a look at: https://azure.github.io/amqpnetlite/articles/azure_eventhubs.html Look at the "Filter" section. Most likely, you'll be able to implement a similar pattern. Hope this helps, Adrian. On Wed, Sep 22, 2021, 1:05 PM Gordon Sim wrote: > On Wed, Sep 22, 2021 at 6:54 PM

Re: Azure event hub checkpointing with Qpid proton C++ API

2021-09-22 Thread Gordon Sim
On Wed, Sep 22, 2021 at 6:54 PM Arun Koshal wrote: > I plan to use Apache qpid proton C++ API for receiving messages from Azure > Event hub. I am able to implement a client and fetch the events. The > problem is, whenever I restart my clients it reads all the events from the > event hub. > > A

Azure event hub checkpointing with Qpid proton C++ API

2021-09-22 Thread Arun Koshal
Hi, I plan to use Apache qpid proton C++ API for receiving messages from Azure Event hub. I am able to implement a client and fetch the events. The problem is, whenever I restart my clients it reads all the events from the event hub. A quick search revealed that Event hub provides stream offset