Skip to content

Commit

Permalink
Add tags field to Confluent Meta message (#1131)
Browse files Browse the repository at this point in the history
* 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 <jenkins@confluent.io>
  • Loading branch information
rayokota and ConfluentJenkins authored Feb 9, 2024
1 parent 27274c2 commit d8d4136
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 32 deletions.
73 changes: 41 additions & 32 deletions schemaregistry/confluent/meta.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions schemaregistry/confluent/meta.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ option go_package="../confluent";
message Meta {
string doc = 1;
map<string, string> params = 2;
repeated string tags = 3;
}

extend google.protobuf.FileOptions {
Expand Down

0 comments on commit d8d4136

Please sign in to comment.