Skip to content

Commit 0e1a3eb

Browse files
committed
Merge branch 'eventhubs_preview2' of https://github.com/Azure/azure-sdk-for-python into preview2
2 parents ba24430 + 1f07091 commit 0e1a3eb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sdk/eventhub/azure-eventhubs/azure/eventhub/eventprocessor/event_processor.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@ async def _start_claimed_partitions(self, claimed_partitions):
116116
try:
117117
await asyncio.gather(*self._tasks)
118118
finally:
119-
# TODO: It's not agreed whether a partition manager has method close().
120-
await self._partition_manager.close()
121-
log.info("EventProcessor %r partition manager is closed", self._id)
122119
log.info("EventProcessor %r has stopped", self._id)
123120

124121

0 commit comments

Comments
 (0)