wu-sheng commented on code in PR #224:
URL: https://github.com/apache/skywalking-go/pull/224#discussion_r2094706772


##########
docs/en/advanced-features/kafka-reporter.md:
##########
@@ -0,0 +1,147 @@
+# Kafka Reporter
+
+This document describes how to configure and use the Kafka reporter in the 
Apache SkyWalking Go agent. The Kafka reporter provides an alternative to the 
default gRPC reporter, allowing you to send trace, metrics, and log data to 
Apache Kafka.
+
+## Overview
+
+The SkyWalking Go agent can be configured to report collected telemetry data 
(traces, metrics, logs) to a Kafka cluster. This is useful for scenarios where 
Kafka is already part of your infrastructure or when you prefer Kafka's 
buffering and scalability features for handling observability data.

Review Comment:
   We should give a clear note, the gRPC connection(OAP backend/port) is still 
required for command-pushing and other features.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to