We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90a2a3 commit 0f30c19Copy full SHA for 0f30c19
docs/_docs/extensions-and-integrations/change-data-capture-extensions.adoc
@@ -182,7 +182,7 @@ Kafka to Ignite configuration file should contain the following beans that will
182
| `kafkaRequestTimeout` | Kafka request timeout in milliseconds. | `3000`
183
| `maxBatchSize` | Maximum number of events to be sent to destination cluster in a single batch. | 1024
184
| `threadCount` | Count of threads to proceed consumers. Each thread poll records from dedicated partitions in round-robin manner. | 16
185
-|`metricRegistryName`| Name for metric registry. `org.apache.metricRegistryName.cdc.applier` | metrics
+|`metricRegistryName`| Name for metric registry. `org.apache.metricRegistryName.cdc.applier` | cdc-kafka-to-ignite
186
|===
187
188
=== Metrics
0 commit comments