Hi,
Could you Please somebody tell me how to receive the data from a particular partition in event hub using high level consumer. I tried with low level consumer i was able to do it but realized that we need to explicitly maintain the offset. I want something like I explicitly say that I need to receive the data from this partition and after that I should be able to checkpoint after that.
Thanks in advance,