kafka/config
Randall Hauch b395ef4182 KAFKA-3816: Add MDC logging to Connect runtime (#5743)
See https://cwiki.apache.org/confluence/display/KAFKA/KIP-449%3A+Add+connector+contexts+to+Connect+worker+logs

Added LoggingContext as a simple mechanism to set and unset Mapped Diagnostic Contexts (MDC) in the loggers to provide for each thread useful parameters that can be used within the logging configuration. MDC avoids having to modify lots of log statements, since the parameters are available to all log statements issued by the thread, no matter what class makes those calls.

The design intentionally minimizes the number of changes to any existing classes, and does not use Java 8 features so it can be easily backported if desired, although per this KIP it will be applied initially only in AK 2.3 and later and must be enabled via the Log4J configuration.

Reviewers: Jason Gustafson <jason@conflent.io>, Guozhang Wang <wangguoz@gmail.com>
2019-05-16 12:35:01 +01:00
..
connect-console-sink.properties KAFKA-2379: Add basic documentation for Kafka Connect. 2015-11-09 16:29:30 -08:00
connect-console-source.properties KAFKA-2379: Add basic documentation for Kafka Connect. 2015-11-09 16:29:30 -08:00
connect-distributed.properties KAFKA-5540: Deprecate internal converter configs (KIP-174) 2018-05-29 16:22:47 -07:00
connect-file-sink.properties KAFKA-2422: Allow copycat connector plugins to be aliased to simpler names 2016-01-04 15:01:58 -05:00
connect-file-source.properties KAFKA-2422: Allow copycat connector plugins to be aliased to simpler names 2016-01-04 15:01:58 -05:00
connect-log4j.properties KAFKA-3816: Add MDC logging to Connect runtime (#5743) 2019-05-16 12:35:01 +01:00
connect-standalone.properties KAFKA-5540: Deprecate internal converter configs (KIP-174) 2018-05-29 16:22:47 -07:00
consumer.properties MINOR: Update `config/consumer.properties` to have new consumer properties 2017-10-12 14:28:55 +01:00
log4j.properties KAFKA-5750; Elevate log messages for denials to INFO in SimpleAclAuthorizer 2017-09-27 16:39:12 +01:00
producer.properties KAFKA-4514; Add Codec for ZStandard Compression (#2267) 2018-10-09 17:13:33 -07:00
server.properties MINOR: Fixed a few typos in configs and streams docs (#4452) 2018-01-26 10:40:32 -08:00
tools-log4j.properties KAFKA-2633; Default logging from tools to Stderr 2015-10-12 10:00:05 -07:00
trogdor.conf MINOR: improve trogdor commandline (#4721) 2018-03-19 11:55:29 +00:00
zookeeper.properties KAFKA-141 Check and make sure that the files that have been donated have been updated to reflect the new ASF copyright;patched by nehanarkhede; reviewd by jjkoshy 2011-10-07 19:51:28 +00:00