Description
When Kafka Connect's distributed mode and standalone mode applications are started, the applications begin processing the plugin path before logging any messages. The plugin path processing can take tens of seconds (or longer), and it'd be very useful to have a log message that (a) captures the start time of the application, and (b) states that the plugin path is to be scanned and this may take some time.
Attachments
Issue Links
- links to
GitHub user kkonstantine opened a pull request:
https://github.com/apache/kafka/pull/3932
KAFKA-5867: Log Kafka Connect worker info during startupYou can merge this pull request into a Git repository by running:
$ git pull https://github.com/kkonstantine/kafka
KAFKA-5867-Kafka-Connect-applications-should-log-info-message-when-starting-upAlternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/3932.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3932
commit 793d5820785f4c0d92e5b6e31b8b196d46abfdd8
Author: Konstantine Karantasis <konstantine@confluent.io>
Date: 2017-09-21T11:37:15Z
KAFKA-5867: Log Kafka Connect worker info during startup