You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ab...@apache.org on 2019/04/21 21:02:32 UTC

[incubator-zipkin-website] 08/16: Kafka interceptor and storage (#123)

This is an automated email from the ASF dual-hosted git repository.

abesto pushed a commit to branch sync-from-githubio
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-website.git

commit a543d732e4c5355770b6007fbab07e1bd60ddeaa
Author: Jorge Quilcate Otoya <qu...@gmail.com>
AuthorDate: Mon Mar 4 17:37:59 2019 +0100

    Kafka interceptor and storage (#123)
---
 _data/community_extensions.yml              |  6 ++++++
 _data/community_tracers_instrumentation.yml | 12 +++++++++++-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/_data/community_extensions.yml b/_data/community_extensions.yml
index 200c6e4..726b8b3 100644
--- a/_data/community_extensions.yml
+++ b/_data/community_extensions.yml
@@ -4,3 +4,9 @@
   product: >-
     [Scouter APM](https://github.com/scouter-project/scouter)
   notes: only supports sending to an Scouter
+- type: Storage
+  module: >-
+    [zipkin-storage-kafka](https://github.com/jeqo/zipkin-storage-kafka)
+  product: >-
+    [Apache kafka](https://kafka.apache.org/)
+  notes: Supports aggregation and indexing of tracing data via Kafka Streams State Store.
\ No newline at end of file
diff --git a/_data/community_tracers_instrumentation.yml b/_data/community_tracers_instrumentation.yml
index b0ea0db..7f4b379 100644
--- a/_data/community_tracers_instrumentation.yml
+++ b/_data/community_tracers_instrumentation.yml
@@ -60,7 +60,7 @@
   library: >-
     [cassandra-zipkin-tracing](https://github.com/thelastpickle/cassandra-zipkin-tracing)
   framework: >-
-    [Apache Cassandra](http://cassandra.apache.org)
+    [Apache Cassandra](https://cassandra.apache.org)
   propagation: CQL (B3)
   transports: Http, Kafka, Scribe
   sampling: "Yes"
@@ -267,3 +267,13 @@
   transports: "http, log file"
   sampling: "Yes"
   notes: Zipkin V2 client with OpenTracing API
+
+- language: Java
+  library: >-
+    [kafka-interceptor-zipkin](https://github.com/sysco-middleware/kafka-interceptor-zipkin)
+  framework: >-
+    [Apache Kafka](https://kafka.apache.org)
+  propagation: "B3"
+  transports: Http, Kafka
+  sampling: "Yes"
+  notes: Java 8+, meant to be used for off-the-shelf components like Kafka Connectors, KSQL or Kafka REST Proxy. Instrumentation for Kafka Clients and Kafka Streams are included as Brave instrumentation.