Skip to content

Commit d8d4136

Browse files
Add tags field to Confluent Meta message (#1131)
* chore: update repo semaphore config * chore: update repo semaphore config * chore: update repo semaphore config * chore: update repo semaphore config * chore: update repo semaphore config * chore: update repo semaphore config * chore: update repo semaphore config * chore: update repo semaphore config * chore: update repo semaphore config * chore: update repo semaphore config * chore: update repo semaphore config * chore: update repo semaphore config * chore: update repo semaphore config * chore: update repo semaphore config * chore: update repo semaphore config * chore: update repo semaphore config * Add tags to Confluent Protobuf metadata * Add generated proto --------- Co-authored-by: Confluent Jenkins Bot <[email protected]>
1 parent 27274c2 commit d8d4136

File tree

2 files changed

+42
-32
lines changed

2 files changed

+42
-32
lines changed

schemaregistry/confluent/meta.pb.go

Lines changed: 41 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schemaregistry/confluent/meta.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ option go_package="../confluent";
88
message Meta {
99
string doc = 1;
1010
map<string, string> params = 2;
11+
repeated string tags = 3;
1112
}
1213

1314
extend google.protobuf.FileOptions {

0 commit comments

Comments
 (0)