wu-sheng commented on code in PR #11339:
URL: https://github.com/apache/skywalking/pull/11339#discussion_r1368674556


##########
oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/analysis/Layer.java:
##########
@@ -193,7 +193,16 @@ public enum Layer {
     /**
      * Kafka is a distributed streaming platform that is used publish and 
subscribe to streams of records.
      */
-    KAFKA(31, true);
+    KAFKA(31, true),
+
+    /**
+     * Pulsar is a distributed pub-sub messaging platform that provides 
high-performance, durable messaging.
+     * It is used to publish and subscribe to streams of records.
+     * Pulsar supports scalable and fault-tolerant messaging, making it 
suitable for use in distributed systems.
+     */
+    PULSAR(32, true),
+
+    BOOKKEEPER(33, true);

Review Comment:
   Please add comments when you have time.



-- 
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