maksaska commented on code in PR #277:
URL: https://github.com/apache/ignite-extensions/pull/277#discussion_r1665880629
##########
modules/cdc-ext/src/main/java/org/apache/ignite/cdc/kafka/KafkaToIgniteMetrics.java:
##########
@@ -138,7 +137,7 @@ private void initStandaloneMetricsKernal() throws
IgniteCheckedException {
@Override protected IgniteConfiguration
prepareIgniteConfiguration() {
IgniteConfiguration cfg = super.prepareIgniteConfiguration();
- cfg.setIgniteInstanceName("kafka-ignite-streamer-" +
igniteInstanceName);
+
cfg.setIgniteInstanceName(cdcInstanceName(streamerCfg.getMetricDirectoryName()));
Review Comment:
Yeah, it's reasonable. Fixed it
--
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]