Skip to content

Commit aa7dd9a

Browse files
authored
[protocol] Add StoreMetaValue schema v28 to introduce largestUsedRTVersionNumber for RT version tracking (#1520)
[protocol] Add StoreMetaValue schema v28 to introduce largestUsedRTVersionNumber for RT version tracking
1 parent 4f7a87b commit aa7dd9a

File tree

2 files changed

+411
-0
lines changed

2 files changed

+411
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ subprojects {
314314
doFirst {
315315
def versionOverrides = [
316316
// project(':internal:venice-common').file('src/main/resources/avro/StoreVersionState/v5', PathValidation.DIRECTORY)
317+
project(':internal:venice-common').file('src/main/resources/avro/StoreMetaValue/v27', PathValidation.DIRECTORY),
317318
project(':internal:venice-common').file('src/main/resources/avro/PartitionState/v15', PathValidation.DIRECTORY),
318319
project(':internal:venice-common').file('src/main/resources/avro/KafkaMessageEnvelope/v11', PathValidation.DIRECTORY)
319320
]

0 commit comments

Comments
 (0)