Hi!
Is it possible for the Kafka Connect framework to call a SourceConnector instance’s start()
method more than once?
I ask because I’m looking into an issue where the framework appears to be calling stop()
before start()
completes; the locking code to work around this will be simpler if we can assume start()
is never called more than once.
Thanks,
David