Skip to content

Commit c92b651

Browse files
CASSANALYTICS-189 Add CapturePublishedSchema metric to SidecarCdcStats (#230)
Patch by Jyothsna Konisa; Reviewed by Yifan Cai for CASSANALYTICS-189
1 parent 5efb86c commit c92b651

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
0.5.0
22
-----
3+
* Add CapturePublishedSchema metric to SidecarCdcStats (CASSANALYTICS-189)
34
* Expand list of architecture that supports unaligned access in FastByteOperations (CASSANALYTICS-188)
45
* Fix FastByteOperations Silently Falling Back to Pure-Java Comparator (CASSANALYTICS-187)
56
* AbstractSchemaBuilder.build() drops the cdc flag, silently disabling CDC on all tables (CASSANALYTICS-186)

cassandra-analytics-cdc-sidecar/src/main/java/org/apache/cassandra/cdc/sidecar/SidecarCdcStats.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,11 @@ default void captureCdcTableNotEnabled()
267267
default void captureCdcOnRepairEnabled()
268268
{
269269
}
270+
271+
/**
272+
* Schema has been published.
273+
*/
274+
default void capturePublishedSchema()
275+
{
276+
}
270277
}

0 commit comments

Comments
 (0)