quixio / quix-streams

Quix Streams - A library for data streaming and Python Stream Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CheckIfClosed improvement

theoengland opened this issue · comments

This could have very serious performance implications on writing because it is executed in every single packet sent to the topic.

Probably we should avoid lock every time, and only do the lock when we are in an actual Closing state.

image