if this is going to be static, should we have code somewhere to ensure we're in 
a good, clean state before we start a test? otherwise one bad test could leave 
state in here that makes all subsequent tests using it that happen to use 
identical task IDs see stale data. (using a `static` here seems like a 
reasonable tradeoff given other options for getting at the actual connector 
instance, but if we're forced to use a `static`, we should also be defensive)

[ Full content available at: https://github.com/apache/kafka/pull/5516 ]
This message was relayed via gitbox.apache.org for devnull@infra.apache.org

Reply via email to