maksaska commented on code in PR #277:
URL: https://github.com/apache/ignite-extensions/pull/277#discussion_r1665880334


##########
modules/cdc-ext/src/main/java/org/apache/ignite/cdc/kafka/KafkaToIgniteCdcStreamerConfiguration.java:
##########
@@ -48,6 +48,9 @@ public class KafkaToIgniteCdcStreamerConfiguration {
     /** {@link KafkaToIgniteCdcStreamerApplier} thread count. */
     private int threadCnt = DFLT_THREAD_CNT;
 
+    /** Default name for metrics registry directory for Kafka to Ignite CDC. */
+    public static final String DFLT_METRICS_DIR_NAME = "K2I";

Review Comment:
   I renamed the variables and switch the description to regustry name



-- 
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: [email protected]

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

Reply via email to