[DBZ-PGYB] Implement metrics for multi task model #26069
Labels
area/cdc
Change Data Capture
area/cdcsdk
CDC SDK
jira-originated
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
Jira Link: DB-15396
Currently, the connector follows a single task single partition model and thus uses the
DefaultChangeEventSourceMetricsFactory
which doesn't let us override the metric object names. Since we cannot override names, this causes an issue when we go for the multi task model as there's a conflict in the metric object names if a task registers its metric objects and subsequent tasks try to register their metric objects too.The text was updated successfully, but these errors were encountered: