maksaska opened a new pull request, #277: URL: https://github.com/apache/ignite-extensions/pull/277
### Metrics for CDC with Kafka **CDC with Kafka** doesn't have metrics for 'Kafka To Ignite' consumer. The improvement in this pull request contains the neccessary updates to fix this issue. ***What is new***: - Count of messages applied to destination cluster - Timestamp of last applied event To achieve the proposed goals, I've used `StandaloneGridKernalContext` dummy context to get the manager for the metrics SPI. With `KafkaToIgniteCdcStreamerConfiguration` configured to supply the CDC toolkit with Metrics SPIs, we are now able to register metrics exporter. -- 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]
