Azure / kafka-sink-azure-kusto

Kafka sink for Kusto
MIT License
48 stars 24 forks source link

Added AutoCloseableLock to ensure the lock unlocks every time #67

Closed AsafMah closed 2 years ago

AsafMah commented 2 years ago

Added AutoCloseableLock to ensure the lock unlocks every time.

Solves problem of deadlock when exception is thrown.