You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by Chia-Ping Tsai <ch...@apache.org> on 2018/05/09 03:42:27 UTC

Is Connector#initialize(ConnectorContext, List>) a TODO method?

hi Kafka,

I'm reading the connector flow. And I noticed the methods "initialize(ConnectorContext, List<Map<String, String>>)" and "reconfigure" are not used in production code. Hence, are they still in TODO state? Or they are designed to use rather than to override?

Best Regards,
Chia-Ping