Azure Eventhub Exception While Running Scala code

I am getting below exception when i am trying to read the Azure Event hub into Scala DStream. I am using Apache Spark 2.3.0, Scala 2.11.

com.microsoft.azure.eventhubs.EventHubException: The supplied sequence number ‘288166’ is invalid. The last sequence number in the system is ‘230367’

Thanks.