gxthrj commented on a change in pull request #20:
URL: 
https://github.com/apache/skywalking-satellite/pull/20#discussion_r563289607



##########
File path: configs/satellite_config.yaml
##########
@@ -45,18 +49,18 @@ pipes:
         plugin_name: "grpc-nativelog-receiver"
       queue:
         plugin_name: "mmap-queue"
-        segment_size: 524288
-        max_in_mem_segments: 6
+        segment_size: ${SATELLITE_MMAP_QUEUE_SIZE:524288}
+        max_in_mem_segments: ${SATELLITE_MMAP_QUEUE_MAX_IN_MEM_SEGMENTS:6}
         queue_dir: "pipe1-log-grpc-receiver-queue"
     processor:
       filters:
     sender:
       fallbacker:
         plugin_name: none-fallbacker
-      flush_time: 1000
-      max_buffer_size: 200
-      min_flush_events: 100
+      flush_time: ${SATELLITE_PIPE1_SENDER_FLUSH_TIME:1000}
+      max_buffer_size: ${SATELLITE_PIPE1_SENDER_MAX_BUFFER_SIZE:200}
+      min_flush_events: ${SATELLITE_PIPE1_SENDER_MIN_FLUSH_EVENTS:100}
       client_name: kafka-client
       forwarders:
         - plugin_name: nativelog-kafka-forwarder
-          topic: log-topic
\ No newline at end of file
+          topic: ${SATELLITE_NATIVELOG-TOPIC:log-topic}

Review comment:
       No new line at the end of the file.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to