My eventhub has four partitions and one partition keeps having the following error while others work fine:
2023-03-21 17:50:19 WARNING [azure.eventhub._eventprocessor.event_processor][340]: EventProcessor instance '*' of eventhub '$$' partition '1' consumer group 'myhub'. An error occurred while receiving. The exception is RecursionError('maximum recursion depth exceeded').
anyone knows what caused this error? I am using python client 'azure-eventhub 5.10.1' and checkpoint 'azure-eventhub-checkpointstoreblob 1.1.4'