Add reference to Kafka client library
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ebcedd77 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ebcedd77 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ebcedd77 Branch: refs/heads/LOG4J2-89 Commit: ebcedd779e0718195f74b6932689b29d90dcc518 Parents: 9ede08b Author: Mikael Ståldal <[email protected]> Authored: Mon Nov 9 18:15:00 2015 +0100 Committer: Ralph Goers <[email protected]> Committed: Fri Nov 20 17:39:21 2015 -0700 ---------------------------------------------------------------------- src/site/xdoc/runtime-dependencies.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ebcedd77/src/site/xdoc/runtime-dependencies.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/runtime-dependencies.xml b/src/site/xdoc/runtime-dependencies.xml index f255731..a7841a6 100644 --- a/src/site/xdoc/runtime-dependencies.xml +++ b/src/site/xdoc/runtime-dependencies.xml @@ -73,6 +73,10 @@ <td><a href="http://lmax-exchange.github.io/disruptor/">LMAX Disruptor</a></td> </tr> <tr> + <td>Kafka Appender</td> + <td><a href="http://search.maven.org/#artifactdetails|org.apache.kafka|kafka-clients|0.8.2.2|jar">Kafka client library</a></td> + </tr> + <tr> <td>SMTP Appender</td> <td>an implementation of <code>javax.mail</code></td> </tr>
