Hi,
I've created a EventHubReceiver for a particular partition and Started Receiving the messages. But noticed that LastEnqueuedOffset is getting incremented when i checked the LastEnqueuedOffset in the GetPartitionRuntimeInformation method. . So, is EventHubReceiver autocommits the offset ? I know that offset management is to be done by the user in case of low level consumer(eventhubreceiver). Please someone clear my doubt.