Skip to content

Commit

Permalink
[source volcano] Allow field to be used as CDC cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
burakku committed Feb 2, 2025
1 parent a9a63c6 commit cbc6e46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import java.time.OffsetDateTime
interface MetaFieldDecorator {

/** [MetaField] to use as a global cursor, if applicable. */
val globalCursor: MetaField?
val globalCursor: FieldOrMetaField?

/**
* All [MetaField]s to be found in [Global] stream records.
Expand Down

0 comments on commit cbc6e46

Please sign in to comment.