Re: [PR] Producer metrics [solr-sandbox]

2023-11-27 Thread via GitHub
sigram merged PR #87: URL: https://github.com/apache/solr-sandbox/pull/87 -- 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: issues-unsubscr...@solr.apache

Re: [PR] Producer metrics [solr-sandbox]

2023-11-24 Thread via GitHub
sigram commented on code in PR #87: URL: https://github.com/apache/solr-sandbox/pull/87#discussion_r1404221868 ## crossdc-producer/src/main/java/org/apache/solr/update/processor/MirroringUpdateProcessor.java: ## @@ -107,18 +110,25 @@ UpdateRequest createMirrorRequest() { do

Re: [PR] Producer metrics [solr-sandbox]

2023-11-21 Thread via GitHub
marcingorski commented on code in PR #87: URL: https://github.com/apache/solr-sandbox/pull/87#discussion_r1400400452 ## crossdc-producer/src/main/java/org/apache/solr/update/processor/ProducerMirroringMetrics.java: ## @@ -0,0 +1,43 @@ +package org.apache.solr.update.processor; +

Re: [PR] Producer metrics [solr-sandbox]

2023-11-21 Thread via GitHub
marcingorski commented on code in PR #87: URL: https://github.com/apache/solr-sandbox/pull/87#discussion_r1400399571 ## crossdc-producer/src/main/java/org/apache/solr/update/processor/MirroringUpdateProcessor.java: ## @@ -107,18 +110,24 @@ UpdateRequest createMirrorRequest() {

Re: [PR] Producer metrics [solr-sandbox]

2023-11-21 Thread via GitHub
marcingorski commented on code in PR #87: URL: https://github.com/apache/solr-sandbox/pull/87#discussion_r1400399571 ## crossdc-producer/src/main/java/org/apache/solr/update/processor/MirroringUpdateProcessor.java: ## @@ -107,18 +110,24 @@ UpdateRequest createMirrorRequest() {

Re: [PR] Producer metrics [solr-sandbox]

2023-11-21 Thread via GitHub
marcingorski commented on code in PR #87: URL: https://github.com/apache/solr-sandbox/pull/87#discussion_r1400397695 ## crossdc-producer/src/main/java/org/apache/solr/update/processor/MirroringUpdateProcessor.java: ## @@ -107,18 +110,24 @@ UpdateRequest createMirrorRequest() {

Re: [PR] Producer metrics [solr-sandbox]

2023-11-21 Thread via GitHub
marcingorski commented on code in PR #87: URL: https://github.com/apache/solr-sandbox/pull/87#discussion_r1400397092 ## crossdc-producer/src/main/java/org/apache/solr/update/processor/MirroringUpdateProcessor.java: ## @@ -107,18 +110,24 @@ UpdateRequest createMirrorRequest() {

Re: [PR] Producer metrics [solr-sandbox]

2023-11-21 Thread via GitHub
marcingorski commented on code in PR #87: URL: https://github.com/apache/solr-sandbox/pull/87#discussion_r1400396825 ## crossdc-producer/src/main/java/org/apache/solr/update/processor/KafkaRequestMirroringHandler.java: ## @@ -51,6 +53,7 @@ public void mirror(UpdateRequest reques

Re: [PR] Producer metrics [solr-sandbox]

2023-11-20 Thread via GitHub
sigram commented on code in PR #87: URL: https://github.com/apache/solr-sandbox/pull/87#discussion_r1399005175 ## crossdc-producer/src/main/java/org/apache/solr/update/processor/MirroringUpdateProcessor.java: ## @@ -107,18 +110,24 @@ UpdateRequest createMirrorRequest() { do

[PR] Producer metrics [solr-sandbox]

2023-11-15 Thread via GitHub
marcingorski opened a new pull request, #87: URL: https://github.com/apache/solr-sandbox/pull/87 This PR introduces three metrics counters for: - messages that have been successfully sent to a Kafka topic - messages that have been sent to a dead letter queue - number of documents tha